| | |
| | | using System; |
| | | using LifePayment.Domain.Shared; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel.DataAnnotations; |
| | | using ZeroD.Util; |
| | | |
| | | namespace LifePayment.Application.Contracts |
| | |
| | | /// 手机号 |
| | | /// </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; } |
| | |
| | | /// <summary> |
| | | /// 渠道Id |
| | | /// </summary> |
| | | public string Id { get; set; } |
| | | public Guid Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 渠道名 |