From dbfc2c6b24fd3389be00c60e0601321c94b0fb92 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 11 十月 2023 16:09:51 +0800
Subject: [PATCH] 修改代码生成工具

---
 JavaCode/BsTemplate/GeoEntity.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/JavaCode/BsTemplate/GeoEntity.java b/JavaCode/BsTemplate/GeoEntity.java
index 257efbc..d497ee2 100644
--- a/JavaCode/BsTemplate/GeoEntity.java
+++ b/JavaCode/BsTemplate/GeoEntity.java
@@ -15,6 +15,7 @@
  */
 @Data
 @AllArgsConstructor
+@SuppressWarnings("ALL")
 @TableName("{tabName}")
 @EqualsAndHashCode(callSuper = false)
 public class {entityName} extends BaseGeoEntity {

--
Gitblit v1.9.3