lingling
2025-03-24 2469c045046c8b89da93e0331a8ef771e5c78ff9
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; }
    }
}