pang.jiabao
2024-06-25 64a8b0a765706cf7e1831f7559f6c59ed00dbde0
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;