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/SetRoleIsDisabledCommand.cs | 16 +--------------- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/FlexJobApi.Core/Models/User/Roles/Commands/SetRoleIsDisabledCommand.cs b/FlexJobApi.Core/Models/User/Roles/Commands/SetRoleIsDisabledCommand.cs index b84990b..4516bdd 100644 --- a/FlexJobApi.Core/Models/User/Roles/Commands/SetRoleIsDisabledCommand.cs +++ b/FlexJobApi.Core/Models/User/Roles/Commands/SetRoleIsDisabledCommand.cs @@ -12,22 +12,8 @@ /// 璁剧疆瑙掕壊鏄惁绂佺敤 /// </summary> [Resource([EnumResourceController.Role])] - public class SetRoleIsDisabledCommand : IRequest<int> + public class SetRoleIsDisabledCommand : SetIsDisabledCommand { - public SetRoleIsDisabledCommand() - { - Ids = []; - } - /// <summary> - /// Id - /// </summary> - [Required] - public List<Guid> Ids { get; set; } - - /// <summary> - /// 鏄惁绂佺敤 - /// </summary> - public bool IsDisabled { get; set; } } } -- Gitblit v1.9.1