zhengyuxuan
2025-03-19 1ca7f2ec78ebe197dca8671049d21ab21bd90f23
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; }