VerifyAnonymousVerifyCode增加用户类型
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user