自动化立体仓库 - WMS系统
ZY
2024-12-18 184a0722e53f64f40ddb2c88f11f26941f565a8c
src/main/java/com/zy/common/model/LocDto.java
@@ -23,6 +23,8 @@
    private Double anfme;
    private Double weight;
    private boolean lack = false;
    private List<Integer> staNos;
@@ -95,6 +97,17 @@
        this.anfme = anfme;
    }
    public LocDto(String locNo, String matnr, String maktx, String batch, String orderNo, Double anfme,Integer processSts) {
        this.locNo = locNo;
        this.matnr = matnr;
        this.maktx = maktx;
        this.batch = batch;
        this.orderNo = orderNo;
        this.anfme = anfme;
        this.processSts = processSts;
    }
    public String getTitle() {
        return this.matnr + "(" + this.maktx + ")";
    }