linwe
2023-12-25 54255148895334efb497956a97f552bb424a5c15
bug修复
3 files modified
6 ■■■■ changed files
src/main/java/org/springblade/modules/task/entity/TaskCampusReportingEventEntity.java 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/task/entity/TaskHotelReportingEntity.java 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/task/entity/TaskLabelReportingEventEntity.java 2 ●●● patch | view | raw | blame | history
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
     */