用户列表修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
71577d0346
commit
11e5448acf
|
@ -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>();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue