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 |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index ceb6dc1..a595100 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1315,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