From 6831e003276b2d582d9f242462c3dde23d29285c Mon Sep 17 00:00:00 2001
From: lingling <kety1122@163.com>
Date: 星期三, 19 三月 2025 14:32:30 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi

---
 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