using DS.Module.Core; using DS.WMS.Common.Data; using DS.WMS.Core.OpenApiModule.Dtos; namespace DS.WMS.Core.OpenApiModule.Interface; public interface IOpenService { /// /// 处理海康高温报警 /// /// /// Task HKDealHighTemperature(LinkEventNotify data); /// /// 处理海康越界侦测报警 /// /// /// Task HKDealLineDetection(LinkEventNotify data); // /// // /// 获取内部车辆信息 // /// // /// // /// // Task> GetInternalCarInfoAsync(string plateNumber); }