修改 正式 非正式用户
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user