From 65c143397772e0c2458a243f4110863854478ddc Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期三, 20 八月 2025 15:58:19 +0800
Subject: [PATCH] feat:开发

---
 FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs b/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
index ff318ea..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>
@@ -46,7 +46,7 @@
         /// <summary>
         /// 鎼哄甫涓嬬骇
         /// </summary>
-        public bool WithChildren { get; set; }
+        public bool? WithChildren { get; set; }
     }
 
     public class GetDictionaryDataSelectQueryResultOption

--
Gitblit v1.9.1