字段修改

This commit is contained in:
joylink_zhaoerwei 2023-07-21 10:00:25 +08:00
parent 4f27cc3670
commit 81363b68ea

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 {