From fedc3ae6cde6e94eac723d91488ca8e8ab0e5cf1 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期二, 25 三月 2025 14:44:50 +0800 Subject: [PATCH] fix:退款订单号bug修复 --- 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