增加画面枚举
This commit is contained in:
parent
5d09a37666
commit
4ccc0478af
6
protos/picture.proto
Normal file
6
protos/picture.proto
Normal file
@ -0,0 +1,6 @@
|
||||
enum PictureType {
|
||||
/** 平面布置图 */
|
||||
StationLayout = 0;
|
||||
/** Psl界面 */
|
||||
Psl = 1;
|
||||
}
|
Loading…
Reference in New Issue
Block a user