zhengyiming
2025-03-31 5bc4a0340f55124ebe5b87e393f42d8e96d837b6
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1175,6 +1175,23 @@
    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; }
    public bool IsSystem { get; set; }
    /// <summary>
    /// 渠道号
    /// </summary>
    public List<ChannelOutput> ChannleList { get; set; }
}
public class LifePayExpensesReceiptsListOutput
@@ -1238,8 +1255,8 @@
    /// 合计佣金
    /// </summary>
    public decimal TotalRakePrice { get; set; }
}
public class ReceiptsListOutPut
{
    /// <summary>
@@ -1298,4 +1315,12 @@
    /// 下单渠道
    /// </summary>
    public string ChannelId { get; set; }
}
public class LifePayChannlesRakeListTemplate
{
    [Name("序号")]
    public int SerialNumber { get; set; }
    [Name("手机号")]
    public string PhoneNumber { get; set; }
}