This commit is contained in:
xzb 2023-10-19 17:39:55 +08:00
commit 8e5d8faf7b
2 changed files with 2 additions and 1 deletions

View File

@ -259,7 +259,7 @@ message LightState {
// //
message PsdState { message PsdState {
string id = 1; //id string id = 1; //id
repeated string openDoorCodes = 2; // repeated int32 openDoorCodes = 2; //
} }

View File

@ -473,6 +473,7 @@ message CalculateLink {
message UniqueIdOfStationLayout { message UniqueIdOfStationLayout {
string city = 1;// string city = 1;//
string lineId = 2;//线 string lineId = 2;//线
string mainCoordinateSystem = 3;//
} }
// //