From 5b1e0cd79b93ffb4c784ad15886066623845f9e3 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期二, 10 六月 2025 11:14:08 +0800
Subject: [PATCH] Merge branch 'dev-1.3' of http://120.26.58.240:8888/r/LifePaymentApi into dev-1.3

---
 LifePayment/LifePayment.Domain/LifePay/LifePayChannles.cs |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayChannles.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayChannles.cs
index 64ee759..455cd39 100644
--- a/LifePayment/LifePayment.Domain/LifePay/LifePayChannles.cs
+++ b/LifePayment/LifePayment.Domain/LifePay/LifePayChannles.cs
@@ -17,9 +17,31 @@
 
     public decimal ChannlesRate { get; set; }
 
+    public decimal ChannlesRakeRate { get; set; }
+
     public LifePaySwitchTypeEnum SwitchType { get; set; }
 
     public LifePayChannelsStatsEnum Status { get; set; }
 
     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 Guid? PromoterId { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.1