LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayChannelAgentType.cs
@@ -1,5 +1,6 @@ using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; @@ -14,16 +15,19 @@ /// <summary> /// 零售代理 /// </summary> [Description("零售代理")] RetailAgent = 1, /// <summary> /// 品牌代理 /// </summary> [Description("品牌代理")] BrandAgent = 2, /// <summary> /// 区域代理 /// </summary> [Description("区域代理")] AreaAgent = 3 } }