zhengyuxuan
2025-03-28 73436e8c2bdd8af813df060f2b35bc96ae055b7b
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1169,5 +1169,17 @@
    /// <summary>
    /// 渠道号
    /// </summary>
    public string[] ChannlesNum { get; set; }
    public List<ChannelOutput> ChannlesNum { get; set; }
}
public class ChannelOutput
{
    public string Name { get; set; }
    public string ChannlesNum { get; set; }
}
public class LifePayExpensesReceiptsListOutput
{
}