#
mrzhssss
2022-03-24 acad71339e2a131f6ef72c9be912b9e70dd00af0
src/main/java/zy/cloud/wms/manager/entity/Pickout.java
@@ -92,6 +92,15 @@
    @ApiModelProperty(value= "")
    private String memo;
    @TableField("order_qty")
    private Integer orderQty;
    @TableField("order_nos")
    private String orderNos;
    @TableField("wave_no")
    private String waveNo;
    public Pickout() {}
@@ -108,6 +117,21 @@
//            null    // 
//    );
    public String getWrkSts$(){
        if (this.wrkSts == 1) {
            return "未打印";
        }
        if (this.wrkSts == 2) {
            return "未拣货";
        }
        if (this.wrkSts == 3) {
            return "开始拣货";
        }
        if (this.wrkSts == 4) {
            return "拣货完成";
        }
        return "";
    }
    public Long getId() {
        return id;
    }