From 033a50363600a31a9f46dac0c852c4534a150101 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 11 八月 2025 16:03:03 +0800
Subject: [PATCH] feat:字典开发

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

diff --git a/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs b/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
index b496e48..2a9c6ae 100644
--- a/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
+++ b/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
@@ -52,6 +52,16 @@
         public Guid Id { get; set; }
 
         /// <summary>
+        /// 涓婄骇Id
+        /// </summary>
+        public Guid? ParentId { get; set; }
+
+        /// <summary>
+        /// 涓婄骇缂栧彿
+        /// </summary>
+        public string ParentCode { get; set; }
+
+        /// <summary>
         /// 瀛楀吀璺緞
         /// </summary>
         public string Path { get; set; }

--
Gitblit v1.9.1