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