自动化立体仓库 - WMS系统
#
18516761980
2023-01-07 b7f30a345073dc2f93b005df41cde3b8bfddcd61
src/main/java/com/zy/ints/entity/ErpDetTb.java
@@ -166,4 +166,18 @@
        }
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        switch (this.status){
            case 0:
                return "0(初始状态)";
            case 1:
                return "1(已接收)";
            case 2:
                return "2(异常)";
            default:
                return String.valueOf(this.status);
        }
    }
}