From fee67ca8a0760315047a52fc4101a8f4f80b7a7f Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 11 十一月 2024 15:02:54 +0800 Subject: [PATCH] 1 --- src/main/java/com/moon/server/entity/data/VerEntity.java | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/moon/server/entity/data/VerEntity.java b/src/main/java/com/moon/server/entity/data/VerEntity.java index 73a34b8..ac361e4 100644 --- a/src/main/java/com/moon/server/entity/data/VerEntity.java +++ b/src/main/java/com/moon/server/entity/data/VerEntity.java @@ -3,11 +3,7 @@ import java.io.Serializable; import java.sql.Timestamp; -/** - * 鐗堟湰琛� - * @author sws - * @date 2022-09-29 - */ +@SuppressWarnings("ALL") public class VerEntity implements Serializable { private static final long serialVersionUID = 4765222572551658531L; -- Gitblit v1.9.3