Commit d6c8b11b authored by 吴春's avatar 吴春

11

parent 2e8a0b14
......@@ -8,24 +8,43 @@ namespace Mall.Common.Enum.TradePavilion
public enum ProjectTypeEnum
{
/// <summary>
/// 百货
/// 锦江区
/// </summary>
[EnumField("百货")]
[EnumField("锦江区")]
DepartmentStore = 1,
/// <summary>
/// shopping mall
/// 青羊区
/// </summary>
[EnumField("shopping mall")]
[EnumField("青羊区")]
ShoppingMall = 2,
/// <summary>
/// 集中式街
/// 金牛
/// </summary>
[EnumField("集中式街区")]
[EnumField("金牛区")]
Block = 3,
/// <summary>
///其他
///武侯区
/// </summary>
[EnumField("武侯区")]
Other = 4,
/// <summary>
///成华区
/// </summary>
[EnumField("成华区")]
CHQ = 5,
/// <summary>
///高新区
/// </summary>
[EnumField("高新区")]
GXQ = 7,
/// <summary>
///二圈层
/// </summary>
[EnumField("其他")]
Other = 4
[EnumField("二圈层")]
EQC = 8,
}
}
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