dubin
8 天以前 7dd8d11343dd151e6d6ac3732d9b56999b2060c5
src/main/java/com/zy/common/model/MatDto.java
@@ -52,12 +52,13 @@
    //批号
    private String batch;
//    private String cstateid;
    // 库位编号
    private String locNo;
    public MatDto() {
    }
    public MatDto(String matNo, String maktx, Double anfme, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName, String orderNo, String batch) {
    public MatDto(String matNo, String maktx, Double anfme, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName, String orderNo, String batch, String locNo) {
        this.matnr = matNo;
        this.maktx = maktx;
        this.maknx = maktx;
@@ -73,6 +74,6 @@
        this.kpCstmrName = kpCstmrName;
        this.orderNo = orderNo;
        this.batch = batch;
//        this.cstateid = cstateid;
        this.locNo = locNo;
    }
}