设备公里标信息修改
This commit is contained in:
parent
4f27cc3670
commit
c29caf7b89
@ -15,17 +15,14 @@ message Section {
|
||||
// 关联区段
|
||||
repeated string childrenId = 3;
|
||||
|
||||
// 公里标
|
||||
repeated graphicData.KilometerSystem kilometerSystem = 4;
|
||||
|
||||
// 转换后的公里标数字
|
||||
repeated int64 convertKilometer = 5;
|
||||
|
||||
// 物理区段Id
|
||||
string physicalSectionId = 6;
|
||||
|
||||
string physicalSectionId = 4;
|
||||
|
||||
// 目的地码
|
||||
string destinationCode = 7;
|
||||
string destinationCode = 5;
|
||||
|
||||
// 公里标信息
|
||||
DeviceKilometer kilometer = 6;
|
||||
}
|
||||
|
||||
// 道岔
|
||||
@ -35,10 +32,16 @@ message Turnout {
|
||||
|
||||
string code = 2;
|
||||
|
||||
// 关联道岔的公里标
|
||||
repeated graphicData.KilometerSystem kilometerSystem = 3;
|
||||
|
||||
// 转换后的公里标数字
|
||||
repeated int64 convertKilometer = 4;
|
||||
// 公里标信息
|
||||
DeviceKilometer kilometer = 3;
|
||||
}
|
||||
|
||||
// 公共属性
|
||||
message DeviceKilometer {
|
||||
|
||||
int64 minKilometer = 1;
|
||||
|
||||
int64 maxKilometer = 2;
|
||||
|
||||
repeated graphicData.KilometerSystem kilometerSystem = 3;
|
||||
}
|
Loading…
Reference in New Issue
Block a user