VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
@@ -39,5 +39,39 @@
            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
        #region[设备维修,扫描工位/设备二维码]
        public static ToMessage MaintainScanDeviceQrCodeData(string eqpcode)
        {
            return AppDeviceManageDAL.MaintainScanDeviceQrCodeData(eqpcode);
        }
        #endregion
        #region[测试安灯呼叫]
        public static ToMessage AppDeviceAnDengCallSave(string eqpcode)
        {
            return AppDeviceManageDAL.AppDeviceAnDengCallSave(eqpcode);
        }
        #endregion
    }
}