From 1f2d7d624a41a7ff9b820094a62cfdea0b657b0a Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 07 八月 2025 17:39:01 +0800
Subject: [PATCH] fix: s

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

diff --git a/FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs b/FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
index 4aa7df7..6dbb2be 100644
--- a/FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
+++ b/FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
@@ -10,8 +10,8 @@
     /// <summary>
     /// 鏌ヨ鏁版嵁瀛楀吀閫夋嫨鍣�
     /// </summary>
-    [Resource([EnumResourceController.Dictionary], AllowAnonymous = false)]
-    public class GetDictionaryDataSelectQuery : SelectQuery<Guid, GetDictionaryDataSelectQueryResultOption>
+    [Resource([EnumResourceController.Dictionary], AllowAnonymous = true)]
+    public class GetDictionaryDataSelectQuery : SelectQuery<string, GetDictionaryDataSelectQueryResultOption>
     {
         /// <summary>
         /// 绫诲埆Id锛圛d/缂栧彿浜岄�変竴锛�
@@ -27,6 +27,21 @@
         /// 涓婄骇Id
         /// </summary>
         public Guid? ParentId { get; set; }
+
+        /// <summary>
+        /// 鍏抽敭瀛�
+        /// </summary>
+        public string Keywords { get; set; }
+
+        /// <summary>
+        /// 鏌ヨ鎵�鏈�
+        /// </summary>
+        public bool All { get; set; }
+
+        /// <summary>
+        /// 鏈�澶ф繁搴�
+        /// </summary>
+        public int? MaxDeep { get; set; }
     }
 
     public class GetDictionaryDataSelectQueryResultOption

--
Gitblit v1.9.1