用户列表修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-05-29 17:43:54 +08:00
parent 71577d0346
commit 11e5448acf
1 changed files with 2 additions and 0 deletions

View File

@ -233,6 +233,8 @@ namespace IRaCIS.Application.Contracts
public Guid testGuid { get; set; } public Guid testGuid { get; set; }
public bool CanEditUserType { get; set; } public bool CanEditUserType { get; set; }
public DateTime CreateTime { get; set; }
public List<string> RoleNameArray { get; set; } = new List<string>(); public List<string> RoleNameArray { get; set; } = new List<string>();
public IEnumerable<RoleDTO> RoleNameList { get; set; } = new List<RoleDTO>(); public IEnumerable<RoleDTO> RoleNameList { get; set; } = new List<RoleDTO>();
} }