From 24925c9d9243358a3a1c7fdcfb6eb67c867fc80f Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期三, 19 三月 2025 13:59:28 +0800
Subject: [PATCH] fix:新增用户接口加入渠道

---
 LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs
index e326820..5540d1f 100644
--- a/LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs
+++ b/LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs
@@ -23,7 +23,7 @@
         /// <summary>
         /// 娉ㄥ唽娓犻亾缂栧彿
         /// </summary>
-        public string CreationChannleNum { get; set; }
+        public string? CreationChannleNum { get; set; }
 
         public string UnionId { get; set; }
 
@@ -32,6 +32,6 @@
         /// <summary>
         /// 鏈�鍚庣櫥褰曟笭閬撶紪鍙�
         /// </summary>
-        public string LastLoginChannleNum { get; set; }
+        public string? LastLoginChannleNum { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1