公里标
This commit is contained in:
parent
0a445e4b06
commit
56adb38a1c
@ -111,7 +111,8 @@ message Station {
|
||||
string code = 2;
|
||||
bool hasControl = 3; // 是否有控制
|
||||
bool concentrationStations = 4; //是否集中站
|
||||
string kilometerCode = 5; //公里标
|
||||
//string kilometerCode = 5; //公里标
|
||||
KilometerSystem kilometerSystem = 6;//公里标
|
||||
}
|
||||
|
||||
message StationLine {
|
||||
@ -130,7 +131,7 @@ message TrainWindow {
|
||||
message AxleCounting {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
string kilometerCode = 3; //公里标
|
||||
KilometerSystem kilometerSystem = 3;//公里标
|
||||
repeated RelatedRef axleCountingRef = 4; // 关联的设备
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user