lin
2024-04-10 dec7b42d0c46fbe3f0137b901907d1274f01f440
src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
@@ -199,4 +199,9 @@
   @ApiModelProperty(value = "1:是 2:否  三级消防单位", example = "")
   @TableField("three_fire_protection")
   private Integer threeFireProtection;
   /** 无炸类别 */
   @ApiModelProperty(value = "无炸类别", example = "")
   @TableField("no_explosion_category")
   private Integer noExplosionCategory;
}