ytfl
2025-08-19 b7951bdbb8925131cbc76be4902fcef0e88d0506
src/main/java/com/zy/common/model/MatDto.java
@@ -49,10 +49,12 @@
    //单号
    private String orderNo;
    private String cstateid;
    public MatDto() {
    }
    public MatDto(String matNo, String maktx, Double count, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName, String orderNo) {
    public MatDto(String matNo, String maktx, Double count, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName, String orderNo, String cstateid) {
        this.matnr = matNo;
        this.maktx = maktx;
        this.maknx = maktx;
@@ -67,5 +69,6 @@
        this.supp = supp;
        this.kpCstmrName = kpCstmrName;
        this.orderNo = orderNo;
        this.cstateid = cstateid;
    }
}