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