Merge branch 'master' of https://git.code.tencent.com/xian-ncc-da/xian-ncc-da-message
This commit is contained in:
commit
c9a07e75f0
@ -20,13 +20,7 @@ message NccAlertInfoMessage {
|
||||
|
||||
int32 alert_tip_id = 5;
|
||||
|
||||
//故障设备信息
|
||||
string device_info = 6;
|
||||
|
||||
//导致报警的原因
|
||||
string reason = 7;
|
||||
bool mock = 6;
|
||||
}
|
||||
repeated Message messages = 1;
|
||||
|
||||
|
||||
}
|
||||
|
@ -105,8 +105,9 @@ message Platform {
|
||||
string code = 2;
|
||||
bool hasdoor = 3; // 是否有屏蔽门
|
||||
string direction = 4; // 行驶方向--屏蔽门上下
|
||||
string upAndDown =5; //上下行--upLink表示上行,downLink表示下行
|
||||
//string upAndDown =5; //上下行--upLink表示上行,downLink表示下行
|
||||
string refStation=6; //关联的车站
|
||||
bool up = 7;//上下行--true表示上行,false表示下行
|
||||
}
|
||||
|
||||
message Station {
|
||||
|
Loading…
Reference in New Issue
Block a user