列车增加设备端口信息

This commit is contained in:
weizhihong 2023-08-09 17:30:44 +08:00
parent 36b8fa6abf
commit 269cba242a

View File

@ -118,6 +118,8 @@ message TrainState{
string headDeviceId = 25;
//
int64 headOffset = 26;
//
string devicePort = 27;
}
////////////////////////////////////////////////////////////////////////////