VerifyAnonymousVerifyCode增加用户类型

This commit is contained in:
2022-04-15 15:48:52 +08:00
parent 4fee73a692
commit dfd556efad
2 changed files with 3 additions and 1 deletions
@@ -182,6 +182,8 @@ namespace IRaCIS.Application.Contracts
public string UserName { get; set; } = string.Empty;
public string UserRealName { get; set; } = string.Empty;
public string UserType { get; set; } = string.Empty;
}
public class UserListQueryDTO : PageInput