From 49e9beea54b7ada9ab5d09e6f9cd93a489d87e23 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 20 三月 2025 13:50:21 +0800
Subject: [PATCH] fix:上传

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

diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs
index e326820..21ed0f8 100644
--- a/LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs
+++ b/LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs
@@ -16,6 +16,11 @@
         public string PhoneNumber { get; set; }
 
         /// <summary>
+        /// 鍏呭�兼墜鏈哄彿瀵瑰簲鐨勬埛涓诲鍚�
+        /// </summary>
+        public string? Name { get; set; }
+
+        /// <summary>
         /// 灏忕▼搴廜penId
         /// </summary>
         public string OpenId { get; set; }
@@ -23,7 +28,7 @@
         /// <summary>
         /// 娉ㄥ唽娓犻亾缂栧彿
         /// </summary>
-        public string CreationChannleNum { get; set; }
+        public string? CreationChannleNum { get; set; }
 
         public string UnionId { get; set; }
 
@@ -32,6 +37,6 @@
         /// <summary>
         /// 鏈�鍚庣櫥褰曟笭閬撶紪鍙�
         /// </summary>
-        public string LastLoginChannleNum { get; set; }
+        public string? LastLoginChannleNum { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1