【增加获取车站code方法】
This commit is contained in:
parent
e21995b695
commit
ab2036ee89
@ -16,6 +16,10 @@ func NewStation(id, code string) *Station {
|
||||
}
|
||||
}
|
||||
|
||||
func (s *Station) GetCode() string {
|
||||
return s.code
|
||||
}
|
||||
|
||||
func (s *Station) GetIbpEmp() *IBPRefMap {
|
||||
return s.ibp.Emp
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user