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 = "")