月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-13 91f693e9fb8e2b85ba667398fc5c2e67d4f0676f
src/main/java/com/moon/server/entity/ctrl/PubEntity.java
@@ -52,6 +52,11 @@
    private Integer pubid;
    /**
     * 图层ID
     */
    private Integer layerId;
    /**
     * 唯一键
     */
    private String uuid;
@@ -117,6 +122,11 @@
    private List<Integer> ids;
    /**
     * 颜色表ID
     */
    private int colorTableId;
    /**
     * 颜色表
     */
    private List<ColorTableEntity> colorTable;
@@ -137,6 +147,14 @@
    public void setPubid(Integer pubid) {
        this.pubid = pubid;
    }
    public Integer getLayerId() {
        return layerId;
    }
    public void setLayerId(Integer layerId) {
        this.layerId = layerId;
    }
    public String getUuid() {
@@ -243,6 +261,14 @@
        this.ids = ids;
    }
    public int getColorTableId() {
        return colorTableId;
    }
    public void setColorTableId(int colorTableId) {
        this.colorTableId = colorTableId;
    }
    public List<ColorTableEntity> getColorTable() {
        return colorTable;
    }