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