| | |
| | | using Furion.DatabaseAccessor; |
| | | using FlexJobApi.Core.Enums.Users; |
| | | using Furion.DatabaseAccessor; |
| | | using Microsoft.EntityFrameworkCore; |
| | | using Microsoft.EntityFrameworkCore.Metadata.Builders; |
| | | using System; |
| | |
| | | /// <summary> |
| | | /// 手机号 |
| | | /// </summary> |
| | | /// <remarks>登录手机号</remarks> |
| | | [MaxLength(11)] |
| | | public string PhoneNumber { get; set; } |
| | | |
| | |
| | | public bool IsReal { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 实名方式 |
| | | /// </summary> |
| | | public EnumUserRealMethod? RealMethod { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 手机号 |
| | | /// </summary> |
| | | /// <remarks>联系电话</remarks> |
| | | [MaxLength(11)] |
| | | public string ContactPhoneNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 常驻省份编号 |
| | | /// </summary> |
| | | public string ProvinceCode { get; set; } |