1
huangxiaoqiang
2025-06-26 731abddbad5d5e4bb00900484fa38ad627fe0b24
ÏîÄ¿´úÂë/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);
    }
}