src/main/java/com/zy/common/model/MatDto.java
@@ -81,4 +81,15 @@
        this.total = total;
        this.sku = sku;
    }
    public MatDto(String matNo, String maktx, Double count,Double total,String specs,String sku,String barcode) {
        this.specs = specs;
        this.matnr = matNo;
        this.maktx = maktx;
        this.maknx = maktx;
        this.count = count;
        this.total = total;
        this.sku = sku;
        this.barcode = barcode;
    }
}