#
zjj
5 天以前 c904f735e0b8a488ef56744c08f8e10258639bce
src/main/java/com/zy/asrs/entity/TaskWrk.java
@@ -174,7 +174,7 @@
     */
    @ApiModelProperty(value= "指令执行步序")
    @TableField("command_step")
    private Integer commandStep;
    private Integer commandStep = 0;
    @ApiModelProperty(value = "移库标记")
    @TableField("transfer_mark")
@@ -238,7 +238,7 @@
            case 2:
                return "派发";
            case 3:
                return "步序完成";
                return "设备完成";
            case 4:
                return "取消";
            case 5:
@@ -247,6 +247,21 @@
                return String.valueOf(this.status);
        }
    }
    public String getIoPri$(){
        if (null == this.ioPri){ return null; }
        switch (this.ioPri){
            case 100:
                return "低";
            case 200:
                return "中";
            case 300:
                return "高";
            case 400:
                return "紧急";
            default:
                return String.valueOf(this.ioPri);
        }
    }
    public String getCreateTime$(){
        if (Cools.isEmpty(this.createTime)){