Commit 71f26dc5f6cb99f34bf6e04f9d957388b8bf2cb0

Authored by 潘钊
1 parent 1a5b28c5

update...

src/main/java/com/bsth/data/BasicData.java
... ... @@ -46,9 +46,6 @@ public class BasicData implements CommandLineRunner {
46 46 //站点编码和名称对照,包括停车场 (K: lineCode_updown_stationCode ,V:站点名称)
47 47 public static Map<String, String> stationCode2NameMap;
48 48  
49   - //线路起终点对照(线路编码_上下行_起终点) 1024_0_B (1024上行起点)
50   - //public static Map<String, String> lineSEPointMap;
51   -
52 49 //车辆和线路对照
53 50 public static Map<String, Line> nbbm2LineMap;
54 51  
... ...