lingling
2025-03-21 ff7920ed1f3b0ff3f4fccd97c4b31b80fb63b142
LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs
@@ -16,6 +16,11 @@
        public string PhoneNumber { get; set; }
        /// <summary>
        /// 充值手机号对应的户主姓名
        /// </summary>
        public string? Name { get; set; }
        /// <summary>
        /// 小程序OpenId
        /// </summary>
        public string OpenId { get; set; }
@@ -23,7 +28,7 @@
        /// <summary>
        /// 注册渠道编号
        /// </summary>
        public string CreationChannleNum { get; set; }
        public string? CreationChannleNum { get; set; }
        public string UnionId { get; set; }
@@ -32,6 +37,6 @@
        /// <summary>
        /// 最后登录渠道编号
        /// </summary>
        public string LastLoginChannleNum { get; set; }
        public string? LastLoginChannleNum { get; set; }
    }
}