sunpengfei
2025-06-06 92e704206a64f4256e9fd8e9f738d6d3b4c84155
LifePayment/LifePayment.Domain/LifePay/LifePayChannles.cs
@@ -24,4 +24,24 @@
    public LifePayChannelsStatsEnum Status { get; set; }
    public LifePayChannlesTypeEnum ChannlesType { get; set; }
    /// <summary>
    /// 代理类型
    /// </summary>
    public LifePayChannelAgentType? AgentType { get; set; }
    /// <summary>
    /// 区域-省Id
    /// </summary>
    public int? AreaProvinceId { get; set; }
    /// <summary>
    /// 区域-市Id
    /// </summary>
    public int? AreaCityId { get; set; }
    /// <summary>
    /// 推广员Id
    /// </summary>
    public Guid? PromoterId { get; set; }
}