src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
@@ -195,11 +195,13 @@ @TableField("aoi_code") private String aoiCode; /** 1:否 2:是 三级消防单位 */ @ApiModelProperty(value = "1:否 2:是 三级消防单位", example = "") /** 1:是 2:否 三级消防单位 */ @ApiModelProperty(value = "1:是 2:否 三级消防单位", example = "") @TableField("three_fire_protection") private Integer threeFireProtection; /** 无炸类别 */ @ApiModelProperty(value = "无炸类别", example = "") @TableField("no_explosion_category") private Integer noExplosionCategory; }