zhengyuxuan
2025-03-31 1447caa6b184ee1e80970740e30fa970c3d08a78
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