自动化立体仓库 - WCS系统
#
yxFwq
2024-07-20 e95cc36944a886ccf63f90ccdf883aaf6ab81f90
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -515,4 +515,12 @@
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.logErrTime);
    }
    public Integer getIoTypeMes$(){
        if (this.ioType != 101){
            return 3;
        } else {
            return 1;
        }
    }
}