zhengyuxuan
2025-03-19 624a896f37475e213947da00f1c82c8404e08cc7
LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
@@ -12,6 +12,11 @@
        public string Name { get; set; }
        /// <summary>
        /// 密码
        /// </summary>
        public string Password { get; set; }
        /// <summary>
        /// 手机号
        /// </summary>
        public string PhoneNumber { get; set; }