From fecc633f3a7fd0c49fccfb7b6198b402f66574e0 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 30 八月 2022 13:35:45 +0800
Subject: [PATCH] 日常保养,提交接口
---
VueWebApi/DLL/BLL/AppDeviceManageBLL.cs | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs b/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
index 9c1258f..145dec4 100644
--- a/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
+++ b/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
@@ -39,5 +39,19 @@
return AppDeviceManageDAL.RepairScanDeviceQrCodeData(eqpcode);
}
#endregion
+
+ #region[鏃ュ父淇濆吇,閫夋嫨鎵爜璁惧鍒楄〃甯﹀嚭淇濆吇椤筣
+ public static ToMessage RepairSelectScanDeviceQrCodeItem(string eqpcode)
+ {
+ return AppDeviceManageDAL.RepairSelectScanDeviceQrCodeItem(eqpcode);
+ }
+ #endregion
+
+ #region[鏃ュ父淇濆吇,鎻愪氦淇濆瓨]
+ public static ToMessage AppDeviceRepairSave(string username,string maintcyc, AppDevicecCheck json)
+ {
+ return AppDeviceManageDAL.AppDeviceRepairSave(username, maintcyc, json);
+ }
+ #endregion
}
}
\ No newline at end of file
--
Gitblit v1.9.3