月球大数据地理空间分析展示平台-【后端】-月球后台服务
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;
@@ -19,6 +16,8 @@
    private int status;
    private int type;
    private int data;
    private int category;
@@ -53,6 +52,8 @@
    private String createName;
    private String updateName;
    private Integer pubid;
    public ResEntity() {
    }
@@ -95,6 +96,14 @@
    public void setType(int type) {
        this.type = type;
    }
    public int getData() {
        return data;
    }
    public void setData(int data) {
        this.data = data;
    }
    public int getCategory() {
@@ -232,4 +241,12 @@
    public void setUpdateName(String updateName) {
        this.updateName = updateName;
    }
    public Integer getPubid() {
        return pubid;
    }
    public void setPubid(Integer pubid) {
        this.pubid = pubid;
    }
}