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 { }