月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2024-11-13 024e90554d19c2342f27a26f91bbea378f84da82
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;
    }
}