自动化立体仓库 - WMS系统
#
LSH
2023-11-21 30c3e93042666088d0d87a18c4765957d02bcf28
src/main/java/com/zy/common/model/LocDto.java
@@ -39,6 +39,7 @@
    private List<Integer> staNos;
    private Integer staNo;
    private Integer tkType;
    public LocDto() {
    }
@@ -102,4 +103,12 @@
        this.count=anfme;
    }
    public String getTkType$(){
        if (null == this.tkType) return "正常";
        if (this.tkType == 1) {
            return "退库";
        }
        return "正常";
    }
}