From 031e5ec63349abfd0817ea70304a35fa85719573 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 04 八月 2025 15:18:20 +0800
Subject: [PATCH] fix:bug

---
 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