From a861f8542e4929b9486508910e869fb430a0111c Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Mon, 18 Mar 2024 16:10:41 +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 7f88fa0..147b2a9 100644
--- a/src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
+++ b/src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
@@ -195,6 +195,11 @@
@TableField("aoi_code")
private String aoiCode;
+ /** 1:否 2:是 三级消防单位 */
+ @ApiModelProperty(value = "1:否 2:是 三级消防单位", example = "")
+ @TableField("three_fire_protection")
+ private Integer threeFireProtection;
+
}
--
Gitblit v1.9.3