From 5f80de49c4a00416591054180bf809a12a76d686 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 07 十一月 2024 16:40:53 +0800 Subject: [PATCH] 1 --- JavaCode/EtownTemplate/Entity.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/JavaCode/EtownTemplate/Entity.java b/JavaCode/EtownTemplate/Entity.java index 842f368..7817930 100644 --- a/JavaCode/EtownTemplate/Entity.java +++ b/JavaCode/EtownTemplate/Entity.java @@ -12,7 +12,8 @@ import java.time.LocalDate; /** - * {bak}实体类 + * {bak}瀹炰綋绫� + * * @author WWW * @date {date} */ @@ -20,8 +21,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; - \ No newline at end of file -- Gitblit v1.9.3