自动化立体仓库 - WMS系统
#
whycq
2024-04-07 06a901e11f9ec144b709efa3610f5abd0e5936d6
src/main/java/com/zy/asrs/entity/AgvWaitPakin.java
@@ -219,6 +219,18 @@
        }
    }
    public String getIoStatus$(){
        if (null == this.ioStatus){ return null; }
        switch (this.ioStatus){
            case "N":
                return "未入库";
            case "Y":
                return "入库中";
            default:
                return this.ioStatus;
        }
    }
    public String getModiTime$(){
        if (Cools.isEmpty(this.modiTime)){
            return "";