liujunchi 2 년 전
부모
커밋
7fcbadc3e3
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/entity/SysNewsInformation.java

+ 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;
 	}