sunpengfei
2025-08-07 0b49fee10340ea40a6762da657239675d3db22f6
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>
    {
    }
}