| | |
| | | // 备注 |
| | | private String memo; |
| | | |
| | | |
| | | private String proType; |
| | | // 物料数量 |
| | | private Double count; |
| | | |
| | |
| | | |
| | | public MatDto() { |
| | | } |
| | | public MatDto(String matnr, String maknx, String batch, String specs,String OrderNo,String outOrderNo,String unit,Double weight,String objectName,Double length,String temp1,Double count, Double total){ |
| | | public MatDto(String matnr, String maknx, String batch, String specs,String OrderNo,String outOrderNo,String unit,Double weight,String objectName,Double length,String temp1,String proType,Double count, Double total){ |
| | | this.matnr = matnr; |
| | | this.maknx = maknx; |
| | | this.batch = batch; |
| | |
| | | this.objectName = objectName; |
| | | this.length = length; |
| | | this.temp1 = temp1; |
| | | this.proType = proType; |
| | | this.count = count; |
| | | this.total = total; |
| | | } |