From d09f804c71b452b9039e4e2d9512489814deea73 Mon Sep 17 00:00:00 2001
From: YangYuGang <1378265336@qq.com>
Date: 星期四, 08 五月 2025 09:28:53 +0800
Subject: [PATCH] 添加日期

---
 Tiger.Api/DbCache/DbCacheBus.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Tiger.Api/DbCache/DbCacheBus.cs b/Tiger.Api/DbCache/DbCacheBus.cs
index 316a0d8..83488ec 100644
--- a/Tiger.Api/DbCache/DbCacheBus.cs
+++ b/Tiger.Api/DbCache/DbCacheBus.cs
@@ -27,6 +27,10 @@
         /// 鑾峰彇宀椾綅缂撳瓨
         /// </summary>
         public static IMesPositionCache MesPosition => DI.Resolve<IMesPositionCache>();
+        /// <summary>
+        /// 鑾峰彇宸ュ崟姹犵紦瀛�
+        /// </summary>
+        public static IWoContext WorkBatch => DI.Resolve<IWoContext>();
     }//endClass
 
     /// <summary>

--
Gitblit v1.9.3