lingling
2025-03-19 6831e003276b2d582d9f242462c3dde23d29285c
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; }
    }
}