This commit is contained in:
weizhihong 2023-06-16 09:00:21 +08:00
commit 0ded14e5db

View File

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