zhengyiming
2025-03-31 481c2276623c9f12ce5452334422b8b1322fed45
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; }
@@ -249,7 +249,7 @@
        /// <summary>
        /// 渠道Id
        /// </summary>
        public string Id { get; set; }
        public Guid Id { get; set; }
        /// <summary>
        /// 渠道名