From dec7b42d0c46fbe3f0137b901907d1274f01f440 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Wed, 10 Apr 2024 18:38:38 +0800
Subject: [PATCH] 无诈
---
src/main/java/org/springblade/modules/place/entity/PlaceEntity.java | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/java/org/springblade/modules/place/entity/PlaceEntity.java b/src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
index 910089e..a9982db 100644
--- a/src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
+++ b/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;
}
--
Gitblit v1.9.3