| | |
| | | private String specs; |
| | | |
| | | // 物料数量 |
| | | private Double count; |
| | | private Double anfme; |
| | | |
| | | // 库位数量 |
| | | private Double total; |
| | |
| | | //单号 |
| | | private String orderNo; |
| | | |
| | | private String cstateid; |
| | | //批号 |
| | | private String batch; |
| | | |
| | | // private String cstateid; |
| | | |
| | | public MatDto() { |
| | | } |
| | | |
| | | public MatDto(String matNo, String maktx, Double count, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName, String orderNo, String cstateid) { |
| | | public MatDto(String matNo, String maktx, Double anfme, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName, String orderNo, String batch) { |
| | | this.matnr = matNo; |
| | | this.maktx = maktx; |
| | | this.maknx = maktx; |
| | | this.specs = specs; |
| | | this.count = count; |
| | | this.anfme = anfme; |
| | | this.weight = weight; |
| | | this.total = total; |
| | | this.totalWeight = totalWeight; |
| | |
| | | this.supp = supp; |
| | | this.kpCstmrName = kpCstmrName; |
| | | this.orderNo = orderNo; |
| | | this.cstateid = cstateid; |
| | | this.batch = batch; |
| | | // this.cstateid = cstateid; |
| | | } |
| | | } |