修改机构名字查询

This commit is contained in:
2023-06-19 10:59:37 +08:00
parent 39fab36541
commit 756b44db5e
2 changed files with 3 additions and 1 deletions
@@ -296,6 +296,7 @@ namespace IRaCIS.Application.Contracts
public string UserName { get; set; } = string.Empty;
public string UserRealName { get; set; } = string.Empty;
public string OrganizationName { get; set; } = String.Empty;
public UserTypeEnum? UserTypeEnum { get; set; }
}