zhengyuxuan
2025-04-01 aff6340db92f4801184db829eccfed93ff6fedb3
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1111,9 +1111,22 @@
    /// </summary>
    public string Link { get; set; }
}
public class LifePayConsumptionStatistics
{
    /// <summary>
    /// 累计扣款
    /// </summary>
    public decimal TotalDeductionAmount { get; set; }
    /// <summary>
    /// 冻结中
    /// </summary>
    public decimal TotalFrozenAmount { get; set; }
}
public class LifePayRechargeReceiptsStatistics
{
    /// <summary>
    /// 累计充值
    /// </summary>
@@ -1160,7 +1173,7 @@
    /// </summary>
    public Guid Id { get; set; }
    // <summary>
    /// <summary>
    /// 平台订单号
    /// </summary>
    public string OrderNo { get; set; }
@@ -1332,6 +1345,14 @@
    public decimal Amount { get; set; }
}
public class ChannlesRakeListOutPut
{
    /// <summary>
    /// 30天佣金
    /// </summary>
    public List<ReceiptsDetail> ChannlesRakeList { get; set; } = new List<ReceiptsDetail> { };
}
public class ChannelDataListOutPut
{
    /// <summary>
@@ -1349,9 +1370,9 @@
public class ChannelDataReceive
{
    /// <summary>
    /// 渠道编号
    /// 渠道名称
    /// </summary>
    public string ChannelId { get; set; }
    public string ChannelName { get; set; }
    /// <summary>
    /// 收款
@@ -1368,9 +1389,9 @@
public class ChannelDataUserNumber
{
    /// <summary>
    /// 渠道编号
    /// 渠道名称
    /// </summary>
    public string ChannelId { get; set; }
    public string ChannelName { get; set; }
    /// <summary>
    /// 用户数量