From 59d429fd2caa1ecb879abfd21e9be17d42a39ee0 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 22 九月 2022 17:38:22 +0800
Subject: [PATCH] 点检记录导出接口报错优化、不良明细查询接口优化 安灯系统PC端接口开发
---
VueWebApi/DLL/BLL/AppDeviceManageBLL.cs | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs b/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
index 145dec4..611f8d8 100644
--- a/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
+++ b/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
@@ -53,5 +53,25 @@
return AppDeviceManageDAL.AppDeviceRepairSave(username, maintcyc, json);
}
#endregion
+
+
+
+ #region[璁惧缁翠慨,鎵弿宸ヤ綅/璁惧浜岀淮鐮乚
+ public static ToMessage MaintainScanDeviceQrCodeData(string eqpcode)
+ {
+ return AppDeviceManageDAL.MaintainScanDeviceQrCodeData(eqpcode);
+ }
+ #endregion
+
+
+
+
+
+ #region[娴嬭瘯瀹夌伅鍛煎彨]
+ public static ToMessage AppDeviceAnDengCallSave(string eqpcode)
+ {
+ return AppDeviceManageDAL.AppDeviceAnDengCallSave(eqpcode);
+ }
+ #endregion
}
}
\ No newline at end of file
--
Gitblit v1.9.3