From 091a61921fd3f29a8169c065ce1baa5e41176da5 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 08 八月 2025 17:12:22 +0800
Subject: [PATCH] fix: 企业任务数量

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

diff --git a/FlexJobApi.Core/Entities/Common/DictionaryData.cs b/FlexJobApi.Core/Entities/Common/DictionaryData.cs
index b7d1383..13f5c64 100644
--- a/FlexJobApi.Core/Entities/Common/DictionaryData.cs
+++ b/FlexJobApi.Core/Entities/Common/DictionaryData.cs
@@ -89,6 +89,11 @@
         public string Field5 { get; set; }
 
         /// <summary>
+        /// 娣卞害
+        /// </summary>
+        public int Deep { get; set; }
+
+        /// <summary>
         /// 鏄惁绂佺敤
         /// </summary>
         public bool IsDisabled { get; set; }

--
Gitblit v1.9.1