自动化立体仓库 - WMS系统
#
lty
2025-07-26 57312d914cd21a96c17a69beb6cac581e00100a9
src/main/java/com/zy/common/model/LocDto.java
@@ -46,6 +46,8 @@
    private String color;
    private String temp2;
    public LocDto() {
    }
@@ -73,6 +75,16 @@
        this.anfme = anfme;
    }
    public LocDto(String locNo, String matnr, String maktx, String batch, String orderNo,String temp2, Double anfme) {
        this.locNo = locNo;
        this.matnr = matnr;
        this.maktx = maktx;
        this.batch = batch;
        this.orderNo = orderNo;
        this.temp2 = temp2;
        this.anfme = anfme;
    }
    public String getTitle() {
        return this.matnr + "(" + this.maktx + ")";
    }