src/main/java/com/zy/common/model/MatDto.java
@@ -23,6 +23,9 @@ // 库位数量 private Double total; // 批次 private String batch; public MatDto() { } @@ -37,6 +40,14 @@ this.maknx = maknx; this.count = count; } public MatDto(String matNo, String maknx, Double count,String specs,String batch, String memo) { this.batch = batch; this.specs = specs; this.matnr = matNo; this.maknx = maknx; this.count = count; this.total = Double.valueOf(memo); } public MatDto(String matNo, String maknx, Double count,Double total,String specs) { this.specs = specs; this.matnr = matNo;