From 38e3665144cbabd5d59f876268053e749f046e3a Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期二, 09 九月 2025 09:33:21 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/ApiFlexJob

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

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

--
Gitblit v1.9.1