From 1ca7f2ec78ebe197dca8671049d21ab21bd90f23 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期三, 19 三月 2025 13:48:48 +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