Commit dd1b1d1a authored by 吴春's avatar 吴春

11

parent af3183e8
......@@ -41,10 +41,16 @@ namespace Mall.Common.Enum.TradePavilion
[EnumField("高新区")]
GXQ = 7,
/// <summary>
///天府新区
/// </summary>
[EnumField("天府新区")]
TFXQ = 8,
/// <summary>
///其他
/// </summary>
[EnumField("其他")]
EQC = 8,
EQC = 9,
}
}
......@@ -33,9 +33,6 @@ namespace Mall.WebApi.Controllers.Product
/// </summary>
private Module.BaseSetUp.DestinationModule destinationModule = new Module.BaseSetUp.DestinationModule();
/// <summary>
/// 根据地区名称获取地区列表
/// </summary>
......
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