From 68eff6e268dba1337e8d548f5d0a556cca9abc1e Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期一, 04 八月 2025 17:51:23 +0800 Subject: [PATCH] feat:角色授权 --- FlexJobApi.Core/Models/User/Roles/Commands/DeleteRoleCommand.cs | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/FlexJobApi.Core/Models/User/Roles/Commands/DeleteRoleCommand.cs b/FlexJobApi.Core/Models/User/Roles/Commands/DeleteRoleCommand.cs index 1aafd0f..4aaadfa 100644 --- a/FlexJobApi.Core/Models/User/Roles/Commands/DeleteRoleCommand.cs +++ b/FlexJobApi.Core/Models/User/Roles/Commands/DeleteRoleCommand.cs @@ -1,12 +1,17 @@ -锘縰sing System; +锘縰sing 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> { + } } -- Gitblit v1.9.1