修改 正式 非正式用户

This commit is contained in:
2023-01-16 17:18:45 +08:00
parent 261a038cf3
commit 26cd63936f
10 changed files with 116 additions and 29 deletions
@@ -194,9 +194,14 @@ namespace IRaCIS.Application.Contracts
public class UserListQueryDTO : PageInput
{
public string UserName { get; set; } = string.Empty;
public string RealName { get; set; }
public string Phone { get; set; } = string.Empty;
public string OrganizationName { get; set; } = string.Empty;
public Guid? UserType { get; set; }
public bool? IsTestUser { get; set; }
public bool ? IsZhiZhun { get; set; }
public UserStateEnum? UserState { get; set; }
}