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/DownloadEntity.java | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/moon/server/entity/data/DownloadEntity.java b/src/main/java/com/moon/server/entity/data/DownloadEntity.java index 998ed0e..a05fc91 100644 --- a/src/main/java/com/moon/server/entity/data/DownloadEntity.java +++ b/src/main/java/com/moon/server/entity/data/DownloadEntity.java @@ -3,10 +3,7 @@ import java.io.Serializable; import java.sql.Timestamp; -/** - * 涓嬭浇璁板綍 - * @author WWW - */ +@SuppressWarnings("ALL") public class DownloadEntity implements Serializable { private static final long serialVersionUID = -767416271272774912L; -- Gitblit v1.9.3