Commit 6b62809c by 王祖波

增加字段

parent 024ab831
......@@ -70,6 +70,11 @@ public class ContentSettingVO implements Serializable {
*/
private String weimoPicRatio;
/**
* 好办展示样式 版本1 版本2 ...
*/
private Integer showStyle;
public Long getContentSettingId() {
return contentSettingId;
}
......@@ -157,4 +162,12 @@ public class ContentSettingVO implements Serializable {
public void setWeimoPicRatio(String weimoPicRatio) {
this.weimoPicRatio = weimoPicRatio;
}
public Integer getShowStyle() {
return showStyle;
}
public void setShowStyle(Integer showStyle) {
this.showStyle = showStyle;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment