From 0dfdacf054c5d9539a12da3f97402b1cf45ffb77 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期一, 31 三月 2025 14:09:36 +0800 Subject: [PATCH] fix:bug修复 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 27 ++++++++++++++++++++++++++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index 7f2380f..a595100 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/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 @@ /// 鍚堣浣i噾 /// </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; } } \ No newline at end of file -- Gitblit v1.9.1