From 024e90554d19c2342f27a26f91bbea378f84da82 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 13 十一月 2024 17:25:18 +0800 Subject: [PATCH] 1 --- src/main/java/com/moon/server/entity/sys/ResEntity.java | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/moon/server/entity/sys/ResEntity.java b/src/main/java/com/moon/server/entity/sys/ResEntity.java index f54221f..4aba16e 100644 --- a/src/main/java/com/moon/server/entity/sys/ResEntity.java +++ b/src/main/java/com/moon/server/entity/sys/ResEntity.java @@ -3,10 +3,7 @@ import java.io.Serializable; import java.sql.Timestamp; -/** - * 璧勬簮 - * @author WWW - */ +@SuppressWarnings("ALL") public class ResEntity implements Serializable { private static final long serialVersionUID = -286579305905187168L; @@ -55,6 +52,8 @@ private String createName; private String updateName; + + private Integer pubid; public ResEntity() { } @@ -242,4 +241,12 @@ public void setUpdateName(String updateName) { this.updateName = updateName; } + + public Integer getPubid() { + return pubid; + } + + public void setPubid(Integer pubid) { + this.pubid = pubid; + } } -- Gitblit v1.9.3