From 79f785f405e960b6d646100d592a398abb0fa625 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Wed, 10 Apr 2024 11:18:48 +0800
Subject: [PATCH] 判空处理

---
 src/main/java/org/springblade/modules/place/entity/PlaceEntity.java |    3 ---
 1 files changed, 0 insertions(+), 3 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..910089e 100644
--- a/src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
+++ b/src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
@@ -199,7 +199,4 @@
 	@ApiModelProperty(value = "1:是 2:否  三级消防单位", example = "")
 	@TableField("three_fire_protection")
 	private Integer threeFireProtection;
-
-
-
 }

--
Gitblit v1.9.3