运行先添加数据

This commit is contained in:
fan 2023-10-25 13:13:55 +08:00
parent fc47b23c36
commit 226023c351

View File

@ -200,6 +200,7 @@ message RunLine {
string lineId = 10; string lineId = 10;
repeated int32 dashPointIndexs = 11; // 线 repeated int32 dashPointIndexs = 11; // 线
repeated int32 grayPointIndexs = 12; // 线 repeated int32 grayPointIndexs = 12; // 线
string lineColor = 13;
} }
/** 物理区段 */ /** 物理区段 */