zhengyuxuan
2025-03-19 24925c9d9243358a3a1c7fdcfb6eb67c867fc80f
LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs
@@ -20,8 +20,18 @@
        /// </summary>
        public string OpenId { get; set; }
        /// <summary>
        /// 注册渠道编号
        /// </summary>
        public string? CreationChannleNum { get; set; }
        public string UnionId { get; set; }
        public DateTime? LastLoginTime { get; set; }
        /// <summary>
        /// 最后登录渠道编号
        /// </summary>
        public string? LastLoginChannleNum { get; set; }
    }
}