From 582011fe0778b89312a3a9f886a24d687530aad4 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期二, 02 九月 2025 14:45:47 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryCategorySelectQuery.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryCategorySelectQuery.cs b/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryCategorySelectQuery.cs index b7e7d23..2cf46e5 100644 --- a/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryCategorySelectQuery.cs +++ b/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> { } -- Gitblit v1.9.1