mrzhssss
2022-03-21 9c199e1f139b2e6eca02addd1eb6d55d11b41475
src/main/java/zy/cloud/wms/manager/entity/Pickout.java
@@ -108,6 +108,18 @@
//            null    // 
//    );
    public String getWrkSts$(){
        if (this.wrkSts == 1) {
            return "未拣货";
        }
        if (this.wrkSts == 2) {
            return "未打印";
        }
        if (this.wrkSts == 3) {
            return "已完成";
        }
        return "";
    }
    public Long getId() {
        return id;
    }