ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/BasicInfo/IDt_StationManagerService.cs
@@ -17,12 +17,14 @@ #endregion << ç æ¬ 注 é >> using WIDESEA_StorageSocketServices; using WIDESEAWCS_Model.Models; namespace WIDESEAWCS_BasicInfoService { public interface IDt_StationManagerService : IService<Dt_StationManager> { public WebResponseContent GetStationStatus(); StationStatus GetStationStatus(string stationName); } }