Commit e5cb95d6 authored by 黄奎's avatar 黄奎

页面修改

parent bac80ab2
......@@ -201,24 +201,36 @@ namespace Mall.Model.Extend.User
public string video_url { get; set; }
/// <summary>
/// 视频封面图【视频插件、】
/// 公告内容
/// </summary>
public string video_pic_url { get; set; }
public string NoticeContent { get; set; }
/// <summary>
/// 公告背景颜色
/// </summary>
public string notice_bg_color { get; set; }
/// <summary>
/// 公告文字颜色
/// </summary>
public string notice_text_color { get; set; }
/// <summary>
/// 公告图片地址【公告插件】
/// 公告图片
/// </summary>
public string notice_url { get; set; }
/// <summary>
/// 公告背景颜色【公告插件】
/// 公告名称
/// </summary>
public string notice_bg_color { get; set; }
public string NoticeName { get; set; }
/// <summary>
/// 公告文字颜色【公告插件
/// 视频封面图【视频插件、
/// </summary>
public string notice_text_color { get; set; }
public string video_pic_url { get; set; }
/// <summary>
/// 专题显示数量【专题插件】
......
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