zhengyuxuan
2025-03-31 ecf7e9c83e733408f22fa3ca9a79d04029728721
LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
@@ -1,5 +1,7 @@
using System;
using LifePayment.Domain.Shared;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using ZeroD.Util;
namespace LifePayment.Application.Contracts
@@ -24,6 +26,7 @@
        /// <summary>
        /// 账户
        /// </summary>
        //[RegularExpression(LifePaymentConstant.RegularExpression.UserNameEx, ErrorMessage = "账号格式不正确")]
        public string UserName { get; set; }
        public string Remark { get; set; }
@@ -246,7 +249,7 @@
        /// <summary>
        /// 渠道Id
        /// </summary>
        public string Id { get; set; }
        public Guid Id { get; set; }
        /// <summary>
        /// 渠道名