From c6dc50ab53302e0f0ac7026095c6ed6d828125af Mon Sep 17 00:00:00 2001
From: YangYuGang <1378265336@qq.com>
Date: 星期一, 17 三月 2025 10:45:28 +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