填加集中区分割线

This commit is contained in:
joylink_zhaoerwei 2023-11-28 16:13:42 +08:00
parent c8271df88f
commit 3d486fe86e

View File

@ -46,6 +46,7 @@ message RtssGraphicStorage {
GenerateAxleCountingConfig generateAxleCountingConfig = 38;//
repeated DepartureTimer departureTimers = 39; //
repeated AutoReturnBox autoReturnBoxs = 40; //
repeated ConcentrationDividingLine concentrationDividingLines = 41; // 线
}
message Canvas {
@ -122,6 +123,12 @@ message CommonInfo {
// repeated Point points = 5; //
// }
message ConcentrationDividingLine {
CommonInfo common = 1;
string code = 2; //
repeated Point points = 3; //
}
message Platform {
CommonInfo common = 1;
string code = 2;