This commit is contained in:
weizhihong 2023-07-21 16:59:37 +08:00
commit c9a07e75f0
2 changed files with 3 additions and 8 deletions

View File

@ -20,13 +20,7 @@ message NccAlertInfoMessage {
int32 alert_tip_id = 5; int32 alert_tip_id = 5;
// bool mock = 6;
string device_info = 6;
//
string reason = 7;
} }
repeated Message messages = 1; repeated Message messages = 1;
} }

View File

@ -105,8 +105,9 @@ message Platform {
string code = 2; string code = 2;
bool hasdoor = 3; // bool hasdoor = 3; //
string direction = 4; // -- string direction = 4; // --
string upAndDown =5; //--upLink表示上行downLink表示下行 //string upAndDown =5; //--upLink表示上行downLink表示下行
string refStation=6; // string refStation=6; //
bool up = 7;//--true表示上行false表示下行
} }
message Station { message Station {