From 2ee7237688feff4b2b3767e7fe17705aaefea532 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期五, 22 八月 2025 10:30:03 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs b/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs index 3de0650..27f58cd 100644 --- a/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs +++ b/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs @@ -10,7 +10,7 @@ /// <summary> /// 鏌ヨ鏁版嵁瀛楀吀閫夋嫨鍣� /// </summary> - [Resource([EnumResourceController.Dictionary], AllowAnonymous = true)] + [Resource([EnumResourceController.FlexJobServerDictionary], AllowAnonymous = true)] public class GetDictionaryDataSelectQuery : SelectQuery<string, GetDictionaryDataSelectQueryResultOption> { /// <summary> -- Gitblit v1.9.1