pjb
2024-06-24 67ab31a722e788e748befb37024c0879159a660a
src/main/java/com/zy/common/model/MatDto.java
@@ -23,6 +23,9 @@
    // 库位数量
    private Double total;
    // 批次
    private String batch;
    public MatDto() {
    }
@@ -37,6 +40,13 @@
        this.maknx = maknx;
        this.count = count;
    }
    public MatDto(String matNo, String maknx, Double count,String specs,String batch) {
        this.batch = batch;
        this.specs = specs;
        this.matnr = matNo;
        this.maknx = maknx;
        this.count = count;
    }
    public MatDto(String matNo, String maknx, Double count,Double total,String specs) {
        this.specs = specs;
        this.matnr = matNo;