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.Domain/LifePay/LifePayChannles.cs | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayChannles.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayChannles.cs
index e214888..455cd39 100644
--- a/LifePayment/LifePayment.Domain/LifePay/LifePayChannles.cs
+++ b/LifePayment/LifePayment.Domain/LifePay/LifePayChannles.cs
@@ -24,4 +24,24 @@
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