sunpengfei
2025-08-04 138943603ac70f25500d8daba79e58c302cbd817
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>
    {
    }
}