zhengyuxuan
2025-04-02 7cb94f0f3a7bbc50362b1b63f37b07ff9c9ddcad
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; }
    }
}