Commit b1d760a9 authored by 黄奎's avatar 黄奎

页面修改

parent 8a4434d4
...@@ -364,5 +364,10 @@ namespace Mall.Model.Entity.BaseSetUp ...@@ -364,5 +364,10 @@ namespace Mall.Model.Entity.BaseSetUp
/// 是否开启全局分类包邮规则 /// 是否开启全局分类包邮规则
/// </summary> /// </summary>
public int IsFreeShipping { get; set; } public int IsFreeShipping { get; set; }
/// <summary>
/// 查看微信次数
/// </summary>
public int LookWeChatTimes { get; set; }
} }
} }
...@@ -501,11 +501,6 @@ namespace Mall.Model.Entity.User ...@@ -501,11 +501,6 @@ namespace Mall.Model.Entity.User
/// 是否是韩国馆(1-是) /// 是否是韩国馆(1-是)
/// </summary> /// </summary>
public int IsKorea { get; set; } public int IsKorea { get; set; }
/// <summary>
/// 用户查看微信次数
/// </summary>
public int LookWeChatTimes { get; set; }
} }
......
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