自动化立体仓库 - WCS系统
zhangc
2025-03-11 d5449236ef0b3adafb3e4cc872f50479efa0ce7b
src/main/java/com/zy/asrs/entity/LocMast.java
@@ -199,6 +199,7 @@
            return "N";
        }
    }
    public String getIoTime$(){
        if (Cools.isEmpty(this.ioTime)){
            return "";
@@ -214,7 +215,9 @@
    }
    public String getLocType1$() {
        if (null == this.locType1){ return null; }
        if (null == this.locType1) {
            return null;
        }
        switch (this.locType1){
            case 0:
                return "未知";
@@ -228,7 +231,9 @@
    }
    public String getLocType2$() {
        if (null == this.locType2){ return null; }
        if (null == this.locType2) {
            return null;
        }
        switch (this.locType2){
            case 0:
                return "未知";
@@ -242,7 +247,9 @@
    }
    public String getLocType3$() {
        if (null == this.locType3){ return null; }
        if (null == this.locType3) {
            return null;
        }
        switch (this.locType3){
            case 0:
                return "未知";