From b9d9c0e91d8bbdf411540daa0d5887140d6327f9 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 28 十月 2025 21:34:28 +0800
Subject: [PATCH] 添加提示信息前端弹窗显示
---
新建文件夹/WIDESEA_WMSServer/ClassLibrary1/IEquipmentAlarmInforService.cs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary1/IEquipmentAlarmInforService.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary1/IEquipmentAlarmInforService.cs"
index 06e4b03..69cc419 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary1/IEquipmentAlarmInforService.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/ClassLibrary1/IEquipmentAlarmInforService.cs"
@@ -6,7 +6,6 @@
using WIDESEA_Core;
using WIDESEA_Core.BaseServices;
using WIDESEA_Model.Models;
-using WIDESEA_Model.Models.WMSInfo;
namespace WIDESEA_IWMsInfoServices
{
@@ -17,7 +16,7 @@
/// </summary>
/// <param name="deviceCode"></param>
/// <returns></returns>
- //public WebResponseContent getDeviceStatus(string? deviceCode);
+ public WebResponseContent getDeviceStatus();
}
}
--
Gitblit v1.9.3