src/main/java/com/moon/server/entity/sys/ResEntity.java
@@ -56,6 +56,8 @@ private String updateName; private Integer pubid; public ResEntity() { } @@ -242,4 +244,12 @@ public void setUpdateName(String updateName) { this.updateName = updateName; } public Integer getPubid() { return pubid; } public void setPubid(Integer pubid) { this.pubid = pubid; } }