月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-02 e64b967ba5eba17e3b497fa35abc1aa39e7f07aa
src/main/java/com/moon/server/entity/sys/ResEntity.java
@@ -20,6 +20,8 @@
    private int type;
    private int data;
    private int category;
    private String url;
@@ -53,6 +55,8 @@
    private String createName;
    private String updateName;
    private Integer pubid;
    public ResEntity() {
    }
@@ -95,6 +99,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 +244,12 @@
    public void setUpdateName(String updateName) {
        this.updateName = updateName;
    }
    public Integer getPubid() {
        return pubid;
    }
    public void setPubid(Integer pubid) {
        this.pubid = pubid;
    }
}