From 1711e42e074019f9ef45a5e4221f08ebcd0035d6 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 08 八月 2025 17:39:26 +0800
Subject: [PATCH] fix:bug

---
 FlexJobApi.Core/Entities/Common/DictionaryCategory.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/FlexJobApi.Core/Entities/Common/DictionaryCategory.cs b/FlexJobApi.Core/Entities/Common/DictionaryCategory.cs
index 24a1f2b..2d3a1c1 100644
--- a/FlexJobApi.Core/Entities/Common/DictionaryCategory.cs
+++ b/FlexJobApi.Core/Entities/Common/DictionaryCategory.cs
@@ -30,5 +30,10 @@
         /// 瀛楁鍚嶏紙閫楀彿闅斿紑锛�
         /// </summary>
         public string FieldNames { get; set; }
+
+        /// <summary>
+        /// 澶囨敞
+        /// </summary>
+        public string Remark { get; set; }
     }
 }

--
Gitblit v1.9.1