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

This commit is contained in:
2024-05-29 17:43:54 +08:00
parent 71577d0346
commit 11e5448acf
@@ -233,6 +233,8 @@ namespace IRaCIS.Application.Contracts
public Guid testGuid { get; set; }
public bool CanEditUserType { get; set; }
public DateTime CreateTime { get; set; }
public List<string> RoleNameArray { get; set; } = new List<string>();
public IEnumerable<RoleDTO> RoleNameList { get; set; } = new List<RoleDTO>();
}