Commit b92eb5e3 authored by 黄奎's avatar 黄奎

页面修改

parent afb721d8
...@@ -32,11 +32,11 @@ namespace Mall.Model.Entity.User ...@@ -32,11 +32,11 @@ namespace Mall.Model.Entity.User
/// <summary> /// <summary>
/// 是否显示商品信息(0-显示,1-不显示) /// 是否显示商品信息(0-显示,1-不显示)
/// </summary> /// </summary>
public int PosterStyle { get; set; } public string PosterStyle { get; set; }
/// <summary> /// <summary>
/// 商品图片数量 /// 商品图片数量
/// </summary> /// </summary>
public int GoodsImgCount { get; set; } public string GoodsImgCount { 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