Merge branch 'master' of https://git.code.tencent.com/xian-ncc-da/xian-ncc-da-message
This commit is contained in:
commit
e55bc50a0c
@ -1,9 +1,10 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
|
|
||||||
option java_package = "club.joylink.xiannccda.proto.data";
|
package diagram;
|
||||||
option java_outer_classname = "LineNetTrainOffsetProto";
|
option java_package = "club.joylink.xiannccda.dto.protos";
|
||||||
|
option java_outer_classname = "LineNetTrainOffsetDiagramProto";
|
||||||
//线网车辆位置
|
//线网车辆位置
|
||||||
message LineNetTrainOffset{
|
message LineNetTrainOffsetDiagram{
|
||||||
//线路id
|
//线路id
|
||||||
int32 lineId = 1;
|
int32 lineId = 1;
|
||||||
//车组号
|
//车组号
|
@ -17,7 +17,7 @@ message RtssGraphicStorage {
|
|||||||
repeated Section section = 10;
|
repeated Section section = 10;
|
||||||
repeated StationLine stationLines = 11;
|
repeated StationLine stationLines = 11;
|
||||||
repeated RunLine runLines = 12;
|
repeated RunLine runLines = 12;
|
||||||
|
repeated TrainLine trainLines = 13;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Canvas {
|
message Canvas {
|
||||||
@ -111,6 +111,11 @@ message Train {
|
|||||||
bool hasBorder = 4; // 是否有边框
|
bool hasBorder = 4; // 是否有边框
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message TrainLine {
|
||||||
|
CommonInfo common = 1;
|
||||||
|
string code = 2;
|
||||||
|
}
|
||||||
|
|
||||||
message IscsFan {
|
message IscsFan {
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user