Commit c0492199 authored by 吴春's avatar 吴春

提交代码

parent 148eb76f
......@@ -18,7 +18,10 @@ namespace Mall.Model.Extend.TradePavilion
/// <summary>
/// 商铺性质
/// </summary>
public string ProjectName { get { return Common.Plugin.EnumHelper.GetEnumName(this.ProjectType); } }
//public string ProjectName { get { return Common.Plugin.EnumHelper.GetEnumName(this.ProjectType); } }
public string ProjectName { get; set; }
/// <summary>
/// 收藏id
......
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