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 {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
Point pointA = 6; // A端坐标
|
||||
Point pointB = 7; // B端坐标
|
||||
Point pointC = 8; // C端坐标
|
||||
Point labelOffset = 9; //标签偏移量
|
||||
repeated Point pointA = 6; // A端坐标列表
|
||||
repeated Point pointB = 7; // B端坐标列表
|
||||
repeated Point pointC = 8; // C端坐标列表
|
||||
}
|
||||
|
||||
message Signal {
|
||||
|
Loading…
Reference in New Issue
Block a user