zhongrj
2024-04-28 ebd41b7b2e44dc8b96f177d7bf88d2f5f997b75c
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;
   /** 更新时间 */
@@ -200,6 +200,8 @@
   @TableField("three_fire_protection")
   private Integer threeFireProtection;
   /** 无炸类别 */
   @ApiModelProperty(value = "无炸类别", example = "")
   @TableField("no_explosion_category")
   private Integer noExplosionCategory;
}