From 4bb9eb9998a66f9e3057ce8ff641e016a768a10d Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 13 三月 2025 16:05:28 +0800
Subject: [PATCH] 1.工单添加打印次数接口

---
 VueWebCoreApi/DLL/BLL/WorkOrderBLL.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/VueWebCoreApi/DLL/BLL/WorkOrderBLL.cs b/VueWebCoreApi/DLL/BLL/WorkOrderBLL.cs
index 57e61d7..acd26ee 100644
--- a/VueWebCoreApi/DLL/BLL/WorkOrderBLL.cs
+++ b/VueWebCoreApi/DLL/BLL/WorkOrderBLL.cs
@@ -102,6 +102,13 @@
         }
         #endregion
 
+        #region[MES宸ュ崟鎵撳嵃鏇存柊鎵撳嵃娆℃暟]
+        public static ToMessage UpdateMesOrderPrintCount(string wo_code)
+        {
+            return WorkOrderDAL.UpdateMesOrderPrintCount(wo_code);
+        }
+        #endregion
+
 
         #region[MES宸ュ崟鍒犻櫎]
         public static ToMessage DeleteMesOrder(string souceid, string wocode, string m_po, string orderqty, User us)

--
Gitblit v1.9.3