From bce2ec0274b8ae765bfb318b701e41a82a53ba0e Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 06 六月 2025 17:45:29 +0800
Subject: [PATCH] pref:渠道字段添加

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

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
index 86bb711..dcc6ce2 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
@@ -858,4 +882,9 @@
 public class TopStatisticsInput
 {
     public List<string>? ChannleList { get; set; }
+}
+
+public class QueryLifePayChannlesInput
+{
+    public LifePayChannelsStatsEnum? Status { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.1