道岔数据调整

This commit is contained in:
Yuan 2023-06-15 17:17:26 +08:00
parent b0bc3b6100
commit eec3d3f6ef

View File

@ -135,10 +135,9 @@ message IscsFan {
message Turnout {
CommonInfo common = 1;
string code = 2;
Point pointA = 6; // A端坐标
Point pointB = 7; // B端坐标
Point pointC = 8; // C端坐标
Point labelOffset = 9; //
repeated Point pointA = 6; // A端坐标列表
repeated Point pointB = 7; // B端坐标列表
repeated Point pointC = 8; // C端坐标列表
}
message Signal {