WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IRouterService.cs
@@ -3,6 +3,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEAWCS_Core; using WIDESEAWCS_Core.BaseServices; using WIDESEAWCS_Model.Models; @@ -11,5 +12,9 @@ public interface IRouterService : IService<Dt_Router> { List<Dt_Router> QueryNextRoutes(string startPosi, string endPosi); List<string> QueryAllPositions(string deviceCode); WebResponseContent GetAllWholeRouters(); } }