Merge branch 'master' of git.code.tencent.com:xian-ncc-da/xian-ncc-da-message

This commit is contained in:
Yuan 2023-07-17 16:12:56 +08:00
commit a91685b8de
2 changed files with 9 additions and 3 deletions

View File

@ -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;

View File

@ -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; //
}
//