自动化立体仓库 - WCS系统
zyx
2024-01-31 5b6fb24f831898d0534a67a54f273f7b89683d73
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);
        }