From 2482d916fb1322eb814a03f7ef27fff0c20e77e5 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Mon, 18 Mar 2024 11:38:08 +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