7 lines
97 B
Protocol Buffer
7 lines
97 B
Protocol Buffer
|
enum PictureType {
|
||
|
/** 平面布置图 */
|
||
|
StationLayout = 0;
|
||
|
/** Psl界面 */
|
||
|
Psl = 1;
|
||
|
}
|