From a5f0843b6b8f1d12ba8d100c81461386b80d7883 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 09 十二月 2025 17:43:54 +0800
Subject: [PATCH] fix: 退款

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs |   66 +++++++++++++++++++++++++++++++++
 1 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
index 72868d6..8ee5f0c 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -460,6 +460,30 @@
 
     public LifePayChannlesTypeEnum ChannlesType { get; set; }
 
+    /// <summary>
+    /// 浠g悊绫诲瀷
+    /// </summary>
+    public LifePayChannelAgentType? AgentType { get; set; }
+
+    /// <summary>
+    /// 鍖哄煙-鐪両d
+    /// </summary>
+    public int? AreaProvinceId { get; set; }
+
+    /// <summary>
+    /// 鍖哄煙-甯侷d
+    /// </summary>
+    public int? AreaCityId { get; set; }
+
+    /// <summary>
+    /// 鎺ㄥ箍鍛業D
+    /// </summary>
+    public string PromoterIdNumber { get; set; }
+
+    /// <summary>
+    /// 鎺ㄥ箍鍛�
+    /// </summary>
+    public string PromoterName { get; set; }
 }
 
 public class QueryUserAccountListInput : ChannelsBaseInput
@@ -863,4 +887,46 @@
 public class QueryLifePayChannlesInput
 {
     public LifePayChannelsStatsEnum? Status { get; set; }
+}
+
+public class GetLifePayRateOutput
+{
+    public decimal SupplierRate { get; set; }
+
+    public decimal Rate { get; set; }
+}
+
+public class GetRefundPlatformTradeDetailOutput
+{
+    /// <summary>
+    /// 璁㈠崟鍙�
+    /// </summary>
+    public string OrderNo { get; set; }
+
+    /// <summary>
+    /// 閫�娆捐鍗曞彿
+    /// </summary>
+    public string RefundOrderNo { get; set; }
+
+    /// <summary>
+    /// 閫�娆剧敵璇锋椂闂�
+    /// </summary>
+    public DateTime RefundTime { get; set; }
+
+    /// <summary>
+    /// 閫�娆炬垚鍔熸椂闂�
+    /// </summary>
+    public DateTime RefundSuccessTime { get; set; }
+
+    public RefundPlatformStatusEnum RefundPlatformStatus { get; set; }
+
+    /// <summary>
+    /// 娓犻亾娴佹按鍙�
+    /// </summary>
+    public string OutOrderNo { get; set; }
+
+    /// <summary>
+    /// 鏀粯娓犻亾
+    /// </summary>
+    public LifePayTypeEnum LifePayType { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.1