zhengyuxuan
2025-03-19 1ca7f2ec78ebe197dca8671049d21ab21bd90f23
LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs
@@ -23,7 +23,7 @@
        /// <summary>
        /// 注册渠道编号
        /// </summary>
        public string CreationChannleNum { get; set; }
        public string? CreationChannleNum { get; set; }
        public string UnionId { get; set; }
@@ -32,6 +32,6 @@
        /// <summary>
        /// 最后登录渠道编号
        /// </summary>
        public string LastLoginChannleNum { get; set; }
        public string? LastLoginChannleNum { get; set; }
    }
}