From 509f2b5d3ee9208ea6b86aae5d29194c654d67f5 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期三, 06 八月 2025 16:59:33 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/ApiFlexJob

---
 FlexJobApi.Core/Models/Common/DictionaryDataQueryResult.cs |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/FlexJobApi.Core/Models/Common/DictionaryDataQueryResult.cs b/FlexJobApi.Core/Models/Common/DictionaryDataQueryResult.cs
new file mode 100644
index 0000000..7308fb9
--- /dev/null
+++ b/FlexJobApi.Core/Models/Common/DictionaryDataQueryResult.cs
@@ -0,0 +1,19 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace FlexJobApi.Core
+{
+    /// <summary>
+    /// 鏁版嵁瀛楀吀鏌ヨ缁撴灉
+    /// </summary>
+    public class DictionaryDataQueryResult
+    {
+        /// <summary>
+        /// 鍐呭
+        /// </summary>
+        public string Content { get; set; }
+    }
+}

--
Gitblit v1.9.1