From 5bc4a0340f55124ebe5b87e393f42d8e96d837b6 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 31 三月 2025 14:37:05 +0800 Subject: [PATCH] fix: 调整ChannelOutput --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index a87c39d..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 @@ -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