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 |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs b/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
index 19f60e7..611f8d8 100644
--- a/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
+++ b/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
@@ -55,6 +55,18 @@
         #endregion
 
 
+
+        #region[璁惧缁翠慨,鎵弿宸ヤ綅/璁惧浜岀淮鐮乚
+        public static ToMessage MaintainScanDeviceQrCodeData(string eqpcode)
+        {
+            return AppDeviceManageDAL.MaintainScanDeviceQrCodeData(eqpcode);
+        }
+        #endregion
+
+
+
+
+
         #region[娴嬭瘯瀹夌伅鍛煎彨]
         public static ToMessage AppDeviceAnDengCallSave(string eqpcode)
         {

--
Gitblit v1.9.3