liujunchi vor 2 Jahren
Ursprung
Commit
7fcbadc3e3

+ 12 - 0
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/entity/SysNewsInformation.java

@@ -96,6 +96,18 @@ public class SysNewsInformation {
 	@ApiModelProperty(value = "客户端类型    STUDENT:学生端  WEBSITE:官网")
 	private String clientType;
 
+	@ApiModelProperty("官网背景色")
+	private String background;
+
+
+	public String getBackground() {
+		return background;
+	}
+
+	public void setBackground(String background) {
+		this.background = background;
+	}
+
 	public String getClientType() {
 		return clientType;
 	}