Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IDt_StationManagerService.cs
@@ -24,6 +24,20 @@ { public interface IDt_StationManagerService : IService<Dt_StationManager> { /// <summary> /// 根据PLC设备获取当前设备下的所有启用的站台 /// </summary> /// <param name="DeviceCode"></param> /// <returns></returns> List<Dt_StationManager> GetAllStationByDeviceCode(string DeviceCode); /// <summary> /// 根据子设备编号和区域 获取启用的站台 /// </summary> /// <param name="ChildCode"></param> /// <param name="area"></param> /// <returns></returns> Dt_StationManager GetStationInfoByChildCode(string ChildCode, string area); } }