zhengyiming
2025-03-31 6bd99dec62246ddee3472fd810d1ed626a631840
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1110,10 +1110,8 @@
    /// </summary>
    public string Link { get; set; }
}
public class LifePayRechargeReceiptsPageOutput<T> : PageOutputBase
public class LifePayRechargeReceiptsStatistics
{
    public List<T> Data { get; set; } = new List<T>();
    /// <summary>
    /// 累计充值
@@ -1177,6 +1175,21 @@
    public string Name { get; set; }
    public string ChannlesNum { get; set; }
    public Guid ChannlesId { get; set; }
}
public class BackClientUserInfoOutput
{
    /// <summary>
    /// 是否是后台用户
    /// </summary>
    public bool IsBackClientUser { get; set; }
    /// <summary>
    /// 渠道号
    /// </summary>
    public List<ChannelOutput> ChannleList { get; set; }
}
public class LifePayExpensesReceiptsListOutput
@@ -1216,11 +1229,8 @@
    /// </summary>
    public DateTime FinishTime { get; set; }
}
public class LifePayExpensesReceiptsPageOutput<T> : PageOutputBase
public class LifePayExpensesReceiptsStatistics
{
    public List<T> Data { get; set; } = new List<T>();
    /// <summary>
    /// 累计收入
    /// </summary>