| | |
| | | // 物料数量 |
| | | private Double count; |
| | | |
| | | private Double anfme; |
| | | |
| | | private Double total; |
| | | private String sku; |
| | | |
| | | public MatDto() { |
| | | } |
| | | public MatDto(String matnr, String maknx, String batch, String specs, String manu, String memo, Double count, Double total) { |
| | | public MatDto(String matnr, String maknx, String batch, String specs, Double anfme, String unit) { |
| | | this.matnr = matnr; |
| | | this.maknx = maknx; |
| | | this.batch = batch; |
| | | this.specs = specs; |
| | | this.manu = manu; |
| | | this.memo = memo; |
| | | this.count = count; |
| | | this.total = total; |
| | | this.anfme = anfme; |
| | | this.sku = unit; |
| | | } |
| | | |
| | | public MatDto(String matNo, String maknx, Double count) { |