自动化立体仓库 - WMS系统
#
LSH
2023-12-07 d497d66f3cfb2a2d0672c499b3a19d006548aa2a
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 "正常";
    }
}