填加集中区分割线
This commit is contained in:
parent
c8271df88f
commit
3d486fe86e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user