@ -205,6 +205,12 @@ public class UserReq
/// 是否允许使用本系统
/// </summary>
public bool IsUseSystem { get; set; } = false;
/// <summary>
/// 身份证号
[Description("身份证号")]
public string IdCardNo { get; set; }
}
@ -222,4 +222,10 @@ public class UserViewModel
@ -239,5 +239,11 @@ public class SysUser : UserTenantModel<long>
[SugarColumn(ColumnDescription = "首页地址", Length = 255, IsNullable = true)]
public string? HomePath { get; set; }