dengjunjie
2025-04-13 2950220f98f891a64cc452478e2a2ae61b82a8cd
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -29,7 +29,7 @@
        WebResponseContent LocationEnableStatus(int key);
        WebResponseContent LocationDisableStatus(int key);
        WebResponseContent GetPosition(string position);
        WebResponseContent GetPosition(string position, string position1);
        WebResponseContent UpdateEnableStatus(SaveModel saveModel);
        /// <summary>
        /// èŽ·å–ç©¿æ¢­è½¦å……ç”µå¯å…¥è´§ä½
@@ -63,5 +63,6 @@
        WebResponseContent UpdateStatus(List<string> locationCodes,int Statu);
        WebResponseContent GetLocationCodes();
        object GetLocationLayer();
        WebResponseContent GetLocationInfo(SaveModel model);
    }
}