linwe
2023-12-25 5f96e94e5df2c64228dded65a4116f26a06f242c
src/main/java/org/springblade/modules/task/entity/TaskCampusReportingEventEntity.java
@@ -41,8 +41,8 @@
   /** 主键id */
   @ApiModelProperty(value = "主键ID", example = "")
   // @TableId(value = "id", type = IdType.AUTO)
   private Long id;
   @TableId(value = "id", type = IdType.AUTO)
   private Integer id;
   /** 任务ID */
   @ApiModelProperty(value = "任务ID", example = "")
@@ -114,7 +114,7 @@
   /** 确认用户ID */
   @ApiModelProperty(value = "确认用户ID", example = "")
   @TableField("confirm_user_id")
   private Integer confirmUserId;
   private Long confirmUserId;
   /** 确认用户ID */
   @ApiModelProperty(value = "确认用户ID", example = "")