From a50116fdba9f2ed5ff92380db1338243e76ddd5f Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Fri, 12 Apr 2024 09:50:35 +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