FlexJobApi.Core/Models/User/Roles/Commands/DeleteRoleCommand.cs
@@ -1,12 +1,17 @@ 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> public class DeleteRoleCommand : DeleteCommand, IRequest<int> { } }