zhengyuxuan
2025-04-01 fd3e97754de475f094fb59c83b3a469c9004ad3b
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
@@ -12,18 +14,19 @@
        public string Name { get; set; }
        /// <summary>
        /// 密码
        /// </summary>
        public string Password { get; set; }
        /// <summary>
        /// 手机号
        /// </summary>
        public string PhoneNumber { get; set; }
        /// <summary>
        /// 密码
        /// </summary>
        public string Password { get; set; }
        /// <summary>
        /// 账户
        /// </summary>
        //[RegularExpression(LifePaymentConstant.RegularExpression.UserNameEx, ErrorMessage = "账号格式不正确")]
        public string UserName { get; set; }
        public string Remark { get; set; }
@@ -83,6 +86,16 @@
        /// 备注
        /// </summary>
        public string Remark { get; set; }
    }
    /// <summary>
    /// 重置密码基础输入参数
    /// </summary>
    public class ResetPasswordBaseInput
    {
        public Guid UserId { get; set; }
        public string? Password { get; set; }
    }
    public class UpdateBackClientUserInput : CreateBackClientUserInput
@@ -236,7 +249,12 @@
        /// <summary>
        /// 渠道Id
        /// </summary>
        public string Id { get; set; }
        public Guid Id { get; set; }
        /// <summary>
        /// 渠道num
        /// </summary>
        public string ChannlesNum { get; set; }
        /// <summary>
        /// 渠道名