sunpengfei
2025-08-21 5454e326a76e695ba4a51d5994c88ef7ded76efc
FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryCategorySelectQuery.cs
@@ -12,7 +12,7 @@
    /// <summary>
    /// 查询数据字典类别选择器数据
    /// </summary>
    [Resource([EnumResourceController.Dictionary], AllowAnonymous = true)]
    [Resource([EnumResourceController.FlexJobServerDictionary], AllowAnonymous = true)]
    public class GetDictionaryCategorySelectQuery : SelectQuery<Guid, GetDictionaryCategorySelectQueryOption>
    {
    }