From 1ca7f2ec78ebe197dca8671049d21ab21bd90f23 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期三, 19 三月 2025 13:48:48 +0800
Subject: [PATCH] fix:用户管理接口新增渠道

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 38e0d09..853c9a4 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -127,12 +127,12 @@
     /// <summary>
     /// 鏈�鍚庣櫥褰曟笭閬�
     /// </summary>
-    public string CreationChannle { get; set; }
+    public string? CreationChannle { get; set; }
 
     /// <summary>
     /// 鏈�鍚庣櫥褰曟笭閬�
     /// </summary>
-    public string LastLoginChannle { get; set; }
+    public string? LastLoginChannle { get; set; }
 
     public DateTime? LastLoginTime { get; set; }
 

--
Gitblit v1.9.1