src/main/java/com/moon/server/entity/ctrl/PubEntity.java
@@ -21,6 +21,11 @@ } /** * 发布ID */ private Integer pubid; /** * 类型:DOM,DEM,Vector,Model */ private String type; @@ -75,6 +80,14 @@ */ private List<GradientColorTableEntity> gradientColorTable; public Integer getPubid() { return pubid; } public void setPubid(Integer pubid) { this.pubid = pubid; } public String getType() { return type; }