Junjie
2024-12-21 2074f1e03c9b2e2ff1d0b57de05becb7f6e0ffb8
src/main/java/com/zy/common/model/MatDto.java
@@ -73,4 +73,13 @@
        this.count = count;
        this.total = total;
    }
    public MatDto(String matNo, String maknx, Double count,Double total,String specs,String containerCode,String orderNo) {
        this.containerCode = containerCode;
        this.specs = specs;
        this.matNo = matNo;
        this.maknx = maknx;
        this.count = count;
        this.total = total;
        this.orderNo = orderNo;
    }
}