同步protoc

This commit is contained in:
fan 2024-05-23 16:29:27 +08:00
parent 0fe4de834f
commit 8acf4b0308

View File

@ -1132,7 +1132,8 @@ export namespace state {
export enum TrainConnType {
NONE = 0,
VOBC = 1,
PC_SIM = 2
PC_SIM_A = 3,
PC_SIM_B = 4
}
}
export class TrainState extends pb_1.Message {