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