自动化立体仓库 - WMS系统
1
ZY
2025-03-31 9ed4cb53a2c643b879f993537f5a2793fba56ba1
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 + ")";
    }