This commit is contained in:
fan 2023-07-14 15:29:52 +08:00
commit 31212079c6

View File

@ -122,10 +122,10 @@ message TrainWindow {
message AxleCounting {
CommonInfo common = 1;
string code = 2;
string code = 2; //
KilometerSystem kilometerSystem = 3; //
repeated RelatedRef axleCountingRef = 4; //
int32 indexNumber = 5; //
int32 index = 5; //
}
// message Train {
@ -238,19 +238,19 @@ message SectionLink {
message AxleCountingSection { //
CommonInfo common = 1;
string code = 2;
string code = 2; //
repeated Point points = 3;
RelatedRef paRef = 4; // A端关联的计轴
RelatedRef pbRef = 5; // B端关联的计轴
repeated TurnoutPosRef turnoutPos = 6; //--01
int32 indexNumber = 7; //
int32 index = 7; //
}
message LogicSection { //
CommonInfo common = 1;
string code = 2;
string code = 2; //
repeated Point points = 3;
string axleSectionId = 4; // Id
int32 indexNumber = 5; //
int32 index = 5; //
string turnoutId = 6; // id
}