src/main/java/org/springblade/modules/task/entity/TaskCampusReportingEventEntity.java
@@ -52,7 +52,7 @@ /** 场所ID */ @ApiModelProperty(value = "场所ID", example = "") @TableField("place_id") private Integer placeId; private Long placeId; /** 小区ID */ @ApiModelProperty(value = "小区ID", example = "") src/main/java/org/springblade/modules/task/entity/TaskHotelReportingEntity.java
@@ -54,7 +54,7 @@ * 场所ID */ @ApiModelProperty(value = "场所ID") private Integer placeId; private Long placeId; /** * 小区ID */ src/main/java/org/springblade/modules/task/entity/TaskLabelReportingEventEntity.java
@@ -50,7 +50,7 @@ * 场所ID */ @ApiModelProperty(value = "场所ID") private Integer placeId; private Long placeId; /** * 房屋ID */