sunpengfei
2025-06-09 168b8baf0147c0c8f9f49d6f024a86c3b3e47b22
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -460,6 +460,30 @@
    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 string PromoterIdNumber { get; set; }
    /// <summary>
    /// 推广员
    /// </summary>
    public string PromoterName { get; set; }
}
public class QueryUserAccountListInput : ChannelsBaseInput
@@ -858,4 +882,9 @@
public class TopStatisticsInput
{
    public List<string>? ChannleList { get; set; }
}
public class QueryLifePayChannlesInput
{
    public LifePayChannelsStatsEnum? Status { get; set; }
}