列车修改

This commit is contained in:
dong 2023-06-08 16:15:23 +08:00
parent e7511d2396
commit 89c9f023cf

View File

@ -97,15 +97,8 @@ message Station {
message Train {
CommonInfo common = 1;
string code = 2;
string codeColor = 3; //
int32 codeFontSize = 4; //
Point point = 5; //
string trainDirection = 6; //
bool hasBorder = 7; //
int32 borderWidth = 8; // 线
string borderColor = 9; //
string headColor = 10; //
string bodyColor = 11; //
string trainDirection = 3; //
bool hasBorder = 4; //
}
message IscsFan {