Merge branch 'master' of https://git.code.tencent.com/xian-ncc-da/xian-ncc-da-message
This commit is contained in:
commit
0ded14e5db
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user