FlexJobApi.Core/Models/User/Roles/Commands/DeleteRoleCommand.cs
@@ -1,12 +1,18 @@ using System; using MediatR; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FlexJobApi.Core.Models.User.Roles.Commands namespace FlexJobApi.Core { internal class DeleteRoleCommand /// <summary> /// 删除角色 /// </summary> [Resource([EnumResourceController.Role])] public class DeleteRoleCommand : DeleteDataCommand, IRequest<int> { } }