Commit d7970a72 authored by 黄奎's avatar 黄奎

新增插件

parent b3d78e91
......@@ -137,6 +137,26 @@ namespace Mall.Model.Extend.MarketingCenter
/// 文字位置
/// </summary>
public string textPosition { get; set; }
/// <summary>
/// 左边距
/// </summary>
public string left { get; set; }
/// <summary>
/// 右边距
/// </summary>
public string right { get; set; }
/// <summary>
/// 上边距
/// </summary>
public string top { get; set; }
/// <summary>
/// 下边距
/// </summary>
public string bottom { get; set; }
}
/// <summary>
......@@ -587,6 +607,26 @@ namespace Mall.Model.Extend.MarketingCenter
/// 选中的第几张图的小区域对应的数据
/// </summary>
public List<rubikDetailItem> list { get; set; }
/// <summary>
/// 左边距
/// </summary>
public string left { get; set; }
/// <summary>
/// 右边距
/// </summary>
public string right { get; set; }
/// <summary>
/// 上边距
/// </summary>
public string top { get; set; }
/// <summary>
/// 下边距
/// </summary>
public string bottom { 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