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