opt:1.站点名称排序。2.添加外部API查询站点接口。

This commit is contained in:
2026-03-09 10:25:02 +08:00
parent 0acfa13002
commit 2407369bb9
6 changed files with 64 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
package org.nl.api.map.api;
import org.nl.response.WebResponse;
/**
* @author dsh
* 2026/3/9
*/
public interface MapAPI {
/**
* 获取所有站点
* @return
*/
WebResponse getAllStations();
}