zhengyiming
2025-08-04 7da5c077a94f883ae7ce2def5dbec4a2e66c5856
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>
    {
    }
}