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/show/OneMapEntity.java | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/src/main/java/com/moon/server/entity/show/OneMapEntity.java b/src/main/java/com/moon/server/entity/show/OneMapEntity.java index a8ac325..e742c57 100644 --- a/src/main/java/com/moon/server/entity/show/OneMapEntity.java +++ b/src/main/java/com/moon/server/entity/show/OneMapEntity.java @@ -5,24 +5,13 @@ import java.io.Serializable; import java.sql.Timestamp; -/** - * 瀹樼綉涓�寮犲浘瀹炰綋 - * - * @author xing - * @date 2023/02/20 - */ +@SuppressWarnings("ALL") public class OneMapEntity implements Serializable { private static final long serialVersionUID = 1L; - /** - * value - */ @JsonIgnore private String value; - /** - * key - */ @JsonIgnore private String key; -- Gitblit v1.9.3