From b4205c80b0fd6220632fa0ab7df4c75ba844afc4 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期四, 07 八月 2025 15:13:21 +0800
Subject: [PATCH] feat:字典开发

---
 FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDatasQuery.cs |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDatasQuery.cs b/FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDatasQuery.cs
index 4a7af33..aa54be6 100644
--- a/FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDatasQuery.cs
+++ b/FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDatasQuery.cs
@@ -26,6 +26,11 @@
         public string CategoryCode { get; set; }
 
         /// <summary>
+        /// 涓婄骇Id
+        /// </summary>
+        public Guid? ParentId { get; set; }
+
+        /// <summary>
         /// 鍏抽敭瀛�
         /// </summary>
         public string Keywords { get; set; }
@@ -49,19 +54,12 @@
         /// <summary>
         /// 绫诲埆缂栧彿
         /// </summary>
-        [AdaptIgnore]
-        public string CategoryCode => Category?.Code;
+        public string CategoryCode { get; set; }
 
         /// <summary>
         /// 绫诲埆鍚嶇О
         /// </summary>
-        [AdaptIgnore]
-        public string CategoryName => Category?.Name;
-
-        /// <summary>
-        /// 绫诲埆
-        /// </summary>
-        public GetDictionaryDatasQueryResultItemCategory Category { get; set; }
+        public string CategoryName { get; set; }
 
         /// <summary>
         /// 涓婄骇Id

--
Gitblit v1.9.1