From ad8e329a739839bf5ce80b42d931b655c2c20356 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 09 六月 2025 15:40:30 +0800
Subject: [PATCH] feat:新增接口x2 GET​/api​/Promoter​/GetChannelConsultationById获取渠道咨询Id GET​/api​/Promoter​/GetPromoter获取推广员信息

---
 LifePayment/LifePayment.Domain/LifePay/LifePayChannlesRake.cs |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayChannlesRake.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayChannlesRake.cs
index 4eb4d14..14055d4 100644
--- a/LifePayment/LifePayment.Domain/LifePay/LifePayChannlesRake.cs
+++ b/LifePayment/LifePayment.Domain/LifePay/LifePayChannlesRake.cs
@@ -1,11 +1,6 @@
 锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using Volo.Abp.Domain.Entities.Auditing;
 using Volo.Abp;
-using LifePayment.Domain.Shared;
+using Volo.Abp.Domain.Entities.Auditing;
 
 namespace LifePayment.Domain.LifePay
 {
@@ -47,7 +42,7 @@
         /// <summary>
         /// 鎷撳睍灞炴��
         /// </summary>
-        public string ExtraProperties { get; set; }
+        public string? ExtraProperties { get; set; }
 
         /// <summary>
         /// 涓嬪崟娓犻亾

--
Gitblit v1.9.1