zhongrj
2024-04-10 e8b6c448f8af84d78a90ab768af824b32bc3135b
src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
@@ -200,6 +200,8 @@
   @TableField("three_fire_protection")
   private Integer threeFireProtection;
   /** 无炸类别 */
   @ApiModelProperty(value = "无炸类别", example = "")
   @TableField("no_explosion_category")
   private Integer noExplosionCategory;
}