1
duyongjia
2025-02-20 e949e6c395aa94e64204b5f4a7be0a86626db8a0
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_IWMSPart/ILocationInfoService.cs
@@ -1,4 +1,5 @@

using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_Model.Models;
@@ -12,5 +13,9 @@
    {
        IRepository<Dt_LocationInfo> Repository { get; }
        WebResponseContent GetLocationLayer();
        WebResponseContent GetLocationConfigs(int layer);
    }
}