1
5 天以前 a84e04a54fa499bcff8c9806df5c15e09ce3c504
src/main/java/com/zy/common/model/MatDto.java
@@ -18,6 +18,16 @@
    private String specs;
    //单据编号
    private String orderNo;
    //客户PO
    private String supp;
    //条码UPC
    private String sku;
    // 客户信息
    private String manu;
@@ -42,6 +52,16 @@
        this.total = total;
    }
    public MatDto(String matnr, String maknx, String orderNo, String supp, String sku,Double count, Double total) {
        this.matnr = matnr;
        this.maknx = maknx;
        this.orderNo = orderNo;
        this.supp = supp;
        this.sku = sku;
        this.count = count;
        this.total = total;
    }
    public MatDto(String matNo, String maknx, Double count) {
        this.matnr = matNo;
        this.maknx = maknx;