From 5bbeade86d6266febdec3fd7e792dac7c43f9c94 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期五, 09 五月 2025 09:46:30 +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