添加位置id

This commit is contained in:
tiger_zhou 2023-08-24 16:06:35 +08:00
parent 934de10a65
commit b44f47754d

View File

@ -26,8 +26,9 @@ message NccAlertInfoMessage {
AlertType alert_type = 7;
string locator_device_id = 8;
bool mock = 9;
//id
int64 alert_location_id = 9;
bool mock = 10;
}
repeated Message messages = 1;