From 82dbcc7ad9aeae270449139278dc9693de4ad218 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 06 八月 2025 16:58:59 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/ApiFlexJob

---
 FlexJobApi.Core/Models/User/Roles/Commands/DeleteRoleCommand.cs |   12 +++++++++---
 1 files changed, 9 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..2607022 100644
--- a/FlexJobApi.Core/Models/User/Roles/Commands/DeleteRoleCommand.cs
+++ b/FlexJobApi.Core/Models/User/Roles/Commands/DeleteRoleCommand.cs
@@ -1,12 +1,18 @@
-锘縰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>
+    [Resource([EnumResourceController.Role])]
+    public class DeleteRoleCommand : DeleteDataCommand, IRequest<int>
     {
+
     }
 }

--
Gitblit v1.9.1