linwe
2023-12-26 eb55b4133ae6b3df80d8d14fbc5b32928f296fd7
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 = "")
@@ -52,7 +52,7 @@
   /** 场所ID */
   @ApiModelProperty(value = "场所ID", example = "")
   @TableField("place_id")
   private Integer placeId;
   private Long placeId;
   /** 小区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 = "")