From ff247ae3a329229de9a6a68146450daf77adfa48 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期六, 28 十二月 2024 16:05:56 +0800
Subject: [PATCH] Add PLAN_DATE property to BIZ_MES_WO_BATCH model This enhancement provides additional scheduling information by storing the planned date for a work order batch.

---
 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