Merge branch 'master' of git.code.tencent.com:xian-ncc-da/xian-ncc-da-message
This commit is contained in:
commit
a91685b8de
@ -19,6 +19,12 @@ message NccAlertInfoMessage {
|
||||
string info = 4;
|
||||
|
||||
int32 alert_tip_id = 5;
|
||||
|
||||
//故障设备信息
|
||||
string device_info = 6;
|
||||
|
||||
//导致报警的原因
|
||||
string reason = 7;
|
||||
}
|
||||
repeated Message messages = 1;
|
||||
|
||||
|
@ -224,9 +224,9 @@ message PathLine {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
repeated Point points = 3;
|
||||
bool isUp = 4;
|
||||
repeated KilometerPoint kilometerPoints = 5;
|
||||
bool aToB = 6;
|
||||
bool isUp = 4; // 是否上行
|
||||
repeated KilometerPoint kilometerPoints = 5; // 车站对应的公里标以及坐标点
|
||||
bool isKmIncrease = 6; // 运行方向是否公里标递增
|
||||
}
|
||||
|
||||
//关联设备
|
||||
|
Loading…
Reference in New Issue
Block a user