增加修改用户角色接口
continuous-integration/drone/push Build is running

This commit is contained in:
2024-12-26 11:10:36 +08:00
parent 6e0dc64981
commit 21c10307b9
3 changed files with 44 additions and 19 deletions
@@ -211,6 +211,13 @@ namespace IRaCIS.Application.Contracts
public Guid Id { get; set; }
}
public class UpdateUserRolesDto
{
public Guid Id { get; set; }
public List<UserAddUserType> UserRoleList { get; set; }
}
public class UserCommand : UserInfo
{
public Guid? Id { get; set; }