yanjinhui
9 天以前 4babfcfde8b26c755850e0066f1c07fac38e96a2
新建文件夹/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();
    }
    
}