Commit 3c2eb35a authored by 黄奎's avatar 黄奎

页面修改

parent d10d2240
using Mall.Common.Enum.TradePavilion;
using Mall.Common.Plugin;
using Mall.Model.Entity.TradePavilion;
using System;
using System.Collections.Generic;
......@@ -53,6 +54,11 @@ namespace Mall.Model.Extend.TradePavilion
/// 类型名称
/// </summary>
public string TypeName { get; set; }
/// <summary>
/// 性质名称
/// </summary>
public string NatureName { get { return this.Nature.GetEnumName(); } }
}
......
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