using MediatR; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FlexJobApi.Core { /// /// 设置角色是否禁用 /// [Resource([EnumResourceController.UserServerRole])] public class SetRoleIsDisabledCommand : SetIsDisabledCommand { } }