opt:添加pom文件

This commit is contained in:
2025-07-07 10:08:25 +08:00
parent 950e404e8b
commit e07eae5edb
10 changed files with 212 additions and 5 deletions

View File

@@ -12,11 +12,6 @@ import java.io.Serializable;
public class Station implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 站点标识
*/
private String station_id;
/**
* 站点编码 对应地图上站点
*/