From 925394b1b7f61a2c2a15fdaa0ecd0763214ccda1 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 30 五月 2023 18:01:29 +0800
Subject: [PATCH] 增加App报工、工序检验功能
---
VueWebApi/DLL/BLL/SystemSettingBLL.cs | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/DLL/BLL/SystemSettingBLL.cs b/VueWebApi/DLL/BLL/SystemSettingBLL.cs
index c9a6d26..5a767b0 100644
--- a/VueWebApi/DLL/BLL/SystemSettingBLL.cs
+++ b/VueWebApi/DLL/BLL/SystemSettingBLL.cs
@@ -32,6 +32,14 @@
#endregion
+ #region[鐢熸垚绯荤粺鏉$爜(鑷畾涔�)]
+ public static ToMessage LabelBarCode(string rightcode, string partcode, string qty, string onelabqty)
+ {
+ return SystemSettingDAL.LabelBarCode(rightcode, partcode, qty, onelabqty);
+ }
+ #endregion
+
+
#region[杞﹂棿鍏憡鍒楄〃]
public static ToMessage SystemAnnouncementSearch(string wkspcode, string ancetitle, string ancecont, string cancel, string level, int startNum, int endNum, string prop, string order)
{
--
Gitblit v1.9.3