更换原属性为old

This commit is contained in:
fan 2023-12-15 10:11:41 +08:00
parent da9e750edd
commit fa88eaa429

View File

@ -65,11 +65,11 @@ message ChildTransform {
}
//
message CommonInfo {
string id = 1;
string oldid = 1;
string graphicType = 2;
Transform transform = 3;
repeated ChildTransform childTransforms = 4;
uint32 nid = 5;
uint32 id = 5;
}
message Link {
@ -107,11 +107,11 @@ message Platform {
bool hasdoor = 3; //
string direction = 4; // --
// string upAndDown =5; //--upLink表示上行downLink表示下行
string refStation = 6; //
string oldrefStation = 6; //
bool up = 7; //--true表示上行false表示下行
string refSectionId = 8; //id
uint32 nrefStation = 9; // id
uint32 nrefSectionId = 10; // id
string oldrefSectionId = 8; //id
uint32 refStation = 9; // id
uint32 refSectionId = 10; // id
}
message Station {
@ -139,8 +139,8 @@ message StationLine {
message TrainWindow {
CommonInfo common = 1;
string code = 2;
repeated string refDeviceId = 3; //id或道岔区段id
repeated uint32 nrefDeviceId = 4;
repeated string oldrefDeviceId = 3; //id或道岔区段id
repeated uint32 refDeviceId = 4;
}
message AxleCounting {
@ -201,12 +201,12 @@ message RunLine {
// string upPathLineId = 6;
// string downPathLineId = 7;
repeated string containSta = 8;
repeated string linkPathLines = 9; //pathLine
repeated string oldlinkPathLines = 9; //pathLine
string lineId = 10; // 线id
repeated int32 dashPointIndexs = 11; // 线
repeated int32 grayPointIndexs = 12; // 线
string lineColor = 13; // 线
repeated uint32 nlinkPathLines = 14; //pathLine
repeated uint32 linkPathLines = 14; //pathLine
}
/** 物理区段 */
@ -223,10 +223,10 @@ message Section {
RelatedRef pbRef = 5; // B端关联的物理区段或道岔()
SectionType sectionType = 6; //
repeated string axleCountings = 7; // (&&)
repeated string children = 8; // id()/id()
repeated string oldchildren = 8; // id()/id()
string destinationCode = 9; //
bool turning = 10; //
repeated uint32 nchildren = 11;
repeated uint32 children = 11;
}
/** 逻辑区段 */
@ -267,9 +267,9 @@ message RelatedRef {
}
DeviceType deviceType = 1; //
string id = 2; //ID
string oldid = 2; //ID
DevicePort devicePort = 3; //
uint32 nid = 4;
uint32 id = 4;
}
message Separator {//