From cdb442a5c2948f77348ad3ee63d46bed50840f99 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 16 十月 2023 18:28:41 +0800
Subject: [PATCH] 1.APP模具点检功能接口 2.APP模具保养功能接口 3.APP模具维修申请功能接口
---
VueWebCoreApi/DLL/BLL/QualityManagementBLL.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/VueWebCoreApi/DLL/BLL/QualityManagementBLL.cs b/VueWebCoreApi/DLL/BLL/QualityManagementBLL.cs
index 5d335f1..5e0448c 100644
--- a/VueWebCoreApi/DLL/BLL/QualityManagementBLL.cs
+++ b/VueWebCoreApi/DLL/BLL/QualityManagementBLL.cs
@@ -68,6 +68,13 @@
}
#endregion
+ #region[宸ュ簭璐ㄦ鏂规鏂板銆佺紪杈戣幏鍙栨楠岄」鐩笅鎷夊垪琛╙
+ public static ToMessage QualityStepCheckItemSelect()
+ {
+ return QualityManagementDAL.QualityStepCheckItemSelect();
+ }
+ #endregion
+
#region[宸ュ簭璐ㄦ鏂规鏂板/缂栬緫鎻愪氦]
public static ToMessage QualityInspectionAddEditSave(string qualityinsptcode, string qualityinsptname, string status, string checktype, string sampmethod, string sampscare, string suitobject, string suitpart, string descr, string stepcode, string checkitem, string type, User us)
{
--
Gitblit v1.9.3