src/main/java/com/zy/common/model/MatDto.java
@@ -40,12 +40,13 @@ this.maknx = maknx; this.count = count; } public MatDto(String matNo, String maknx, Double count,String specs,String batch) { 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;