自动化立体仓库 - WMS系统
skyouc
2026-04-11 56b1b873191d6e7022ed225cf81c3eda774f210e
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -22,8 +22,8 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
//    @TableId(value = "id", type = IdType.AUTO)
//    private Long id;
    /**
     * 工作号
@@ -33,6 +33,7 @@
    private Integer wrkNo;
    @ApiModelProperty("任务类型: agv, crn")
    @TableField("task_type")
    private String taskType;
    @ApiModelProperty(value = "")