From cd23b00f03ac749e998a823a530f277772e734af Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 17 六月 2024 17:12:00 +0800
Subject: [PATCH] 1.设备清单查看SOP,获取SOP文件列表接口 2.报工反审核接口
---
VueWebCoreApi/DLL/BLL/DeviceManagerBLL.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/VueWebCoreApi/DLL/BLL/DeviceManagerBLL.cs b/VueWebCoreApi/DLL/BLL/DeviceManagerBLL.cs
index 8b39f62..4340d76 100644
--- a/VueWebCoreApi/DLL/BLL/DeviceManagerBLL.cs
+++ b/VueWebCoreApi/DLL/BLL/DeviceManagerBLL.cs
@@ -107,6 +107,13 @@
}
#endregion
+ #region[璁惧淇℃伅鏌ョ湅SOP]
+ public static ToMessage DeviceSopSearch(string eqptypecode, string eqpcode)
+ {
+ return DeviceManagerDAL.DeviceSopSearch(eqptypecode,eqpcode);
+ }
+ #endregion
+
#region[璁惧鐐规椤瑰垪琛ㄦ煡璇
public static ToMessage DeviceCheckItemSearch(string checkitemcode, string checkitemname, string checkdescr, string isqrcode, string cycle, int startNum, int endNum, string prop, string order)
--
Gitblit v1.9.3