#
ytfl
2025-08-11 33050f2e886fb8e4f84313388cc0450550b0b848
src/main/java/com/zy/common/model/MatDto.java
@@ -46,10 +46,15 @@
    //开票客户名称
    private String kpCstmrName;
    //单号
    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) {
    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;
@@ -63,5 +68,7 @@
        this.model = model;
        this.supp = supp;
        this.kpCstmrName = kpCstmrName;
        this.orderNo = orderNo;
        this.cstateid = cstateid;
    }
}