zhengyuxuan
2025-03-24 775d5d6142a717e8bc87da3aa3f5d8c1f52ef9a6
LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
@@ -26,7 +26,7 @@
        /// <summary>
        /// 账户
        /// </summary>
        [RegularExpression(LifePaymentConstant.RegularExpression.UserNameEx, ErrorMessage = "账号格式不正确")]
        //[RegularExpression(LifePaymentConstant.RegularExpression.UserNameEx, ErrorMessage = "账号格式不正确")]
        public string UserName { get; set; }
        public string Remark { get; set; }