FlexJobApi.Core/Models/User/Roles/Commands/DeleteRoleCommand.cs
@@ -10,7 +10,8 @@ /// <summary> /// 删除角色 /// </summary> public class DeleteRoleCommand : DeleteCommand, IRequest<int> [Resource([EnumResourceController.Role])] public class DeleteRoleCommand : DeleteDataCommand, IRequest<int> { }