xiewj 5 月之前
父节点
当前提交
c018cc2f18

+ 4 - 0
720yun_fd_manage/gis_domain/src/main/java/com/gis/domain/entity/WorkHot.java

@@ -130,4 +130,8 @@ public class WorkHot implements Serializable {
 
     @TableField("font_size")
     private Integer fontSize;
+
+    @TableField("link_open_type")
+    private String linkOpenType;
+
 }

+ 3 - 0
720yun_fd_manage/gis_domain/src/main/java/com/gis/domain/vo/WorkHotVO.java

@@ -115,5 +115,8 @@ public class WorkHotVO implements Serializable {
 
     @ApiModelProperty(value = "fontSize")
     private Integer fontSize;
+
+    private String linkOpenType;
+
 }