zhengyuxuan
2025-03-19 dcc11e86bb7d063af1e6b7e9eccff3e292cbf6cb
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -125,14 +125,19 @@
    public string PhoneNumber { get; set; }
    /// <summary>
    /// 最后登录渠道
    /// 姓名
    /// </summary>
    public string CreationChannle { get; set; }
    public string Name { get; set; }
    /// <summary>
    /// 最后登录渠道
    /// </summary>
    public string LastLoginChannle { get; set; }
    public string? CreationChannle { get; set; }
    /// <summary>
    /// 最后登录渠道
    /// </summary>
    public string? LastLoginChannle { get; set; }
    public DateTime? LastLoginTime { get; set; }