From 49554637b693408f99a123aaab5f59bf1ae1346a Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 08 八月 2025 14:40:50 +0800
Subject: [PATCH] pref:优化

---
 FlexJobApi.Core/Models/Common/DictionaryDataQueryModel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/FlexJobApi.Core/Models/Common/DictionaryDataQueryModel.cs b/FlexJobApi.Core/Models/Common/DictionaryDataQueryModel.cs
index 4b216f6..667c582 100644
--- a/FlexJobApi.Core/Models/Common/DictionaryDataQueryModel.cs
+++ b/FlexJobApi.Core/Models/Common/DictionaryDataQueryModel.cs
@@ -19,6 +19,6 @@
         /// <summary>
         /// 鍚嶇О
         /// </summary>
-        public string Name { get; set; }
+        public string Content { get; set; }
     }
 }

--
Gitblit v1.9.1