Commit e5b4a493 authored by 黄奎's avatar 黄奎

新增插件字段

parent 7ce3756a
......@@ -418,6 +418,11 @@ namespace Mall.Model.Extend.MarketingCenter
/// 背景颜色
/// </summary>
public string background { get; set; }
/// <summary>
/// 是否显示导航标题(1-显示,0-不显示)
/// </summary>
public int isShowTitle { get; set; }
}
/// <summary>
......@@ -439,6 +444,11 @@ namespace Mall.Model.Extend.MarketingCenter
/// 打开方式
/// </summary>
public string openType { get; set; }
/// <summary>
/// 链接标题
/// </summary>
public string title { 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