#
lsh
2024-05-17 b1e690dfb531c0ae1fbf694ca8a0249c2a039519
src/main/java/com/zy/asrs/entity/TaskWrkLog.java
@@ -173,9 +173,9 @@
    @TableField("command_step")
    private Integer commandStep;
    @ApiModelProperty(value= "")
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
//    @ApiModelProperty(value= "")
//    @TableId(value = "id", type = IdType.AUTO)
//    private Long id;
    @ApiModelProperty(value = "移库标记")
@@ -237,9 +237,11 @@
            case 2:
                return "派发";
            case 3:
                return "完结";
                return "步序完成";
            case 4:
                return "取消";
            case 5:
                return "完结";
            default:
                return String.valueOf(this.status);
        }