lin
2024-04-16 2b1a74f4faa5a00a294bdc6a6d956c2e009cf467
src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
@@ -160,7 +160,7 @@
   /** 创建人 */
   @ApiModelProperty(value = "创建人", example = "")
   @TableField("create_user")
   @TableField(value = "create_user",fill = FieldFill.INSERT)
   private Long createUser;
   /** 创建时间 */
@@ -171,7 +171,7 @@
   /** 更新人 */
   @ApiModelProperty(value = "更新人", example = "")
   @TableField("update_user")
   @TableField(value = "update_user",fill = FieldFill.UPDATE)
   private Long updateUser;
   /** 更新时间 */
@@ -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;
}