自动化立体仓库 - WMS系统
whycq
2024-05-14 870eb7cb47e510594d5d0937f14e5a3f7739cd77
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 "";