区段方向
This commit is contained in:
parent
117442931a
commit
8994456224
@ -307,9 +307,8 @@ message Section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
enum RunningDirection {
|
enum RunningDirection {
|
||||||
A = 0;
|
AtoB = 0;
|
||||||
B = 1;
|
BtoA = 1;
|
||||||
C = 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user