From 7690be43e84bea722fc458aac26aa70d9e22de00 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 26 一月 2024 14:06:42 +0800
Subject: [PATCH] 修改代码生成逻辑~

---
 JavaCode/EtownTemplate/Entity.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/JavaCode/EtownTemplate/Entity.java b/JavaCode/EtownTemplate/Entity.java
index 842f368..bd607d4 100644
--- a/JavaCode/EtownTemplate/Entity.java
+++ b/JavaCode/EtownTemplate/Entity.java
@@ -12,7 +12,7 @@
 import java.time.LocalDate;
 
 /**
- * {bak}实体类
+ * {bak}瀹炰綋绫�
  * @author WWW
  * @date {date}
  */
@@ -20,7 +20,7 @@
 @ToString
 @SuppressWarnings("ALL")
 @TableName("{tabName}")
-@ApiModel(value = "{bak}实体类")
+@ApiModel(value = "{bak}瀹炰綋绫�")
 @EqualsAndHashCode(callSuper = false)
 public class {entityName} extends BaseGeoEntity implements Serializable {
     private static final long serialVersionUID = {uid}L;

--
Gitblit v1.9.3