11 lines
173 B
Protocol Buffer
11 lines
173 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option go_package = "./ats/verify/protos/graphicData";
|
|
|
|
enum PictureType {
|
|
/** 平面布置图 */
|
|
StationLayout = 0;
|
|
/** Psl界面 */
|
|
Psl = 1;
|
|
}
|