From bef5db91f4a45436b731c43fb13575155a9fe1e7 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Thu, 11 Apr 2024 17:26:59 +0800
Subject: [PATCH] 我的小区查询出党组织信息
---
src/main/java/org/springblade/modules/place/entity/PlaceEntity.java | 6 ++++--
1 files changed, 4 insertions(+), 2 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 5d65272..a9982db 100644
--- a/src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
+++ b/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;
}
--
Gitblit v1.9.3