psl关联设备数据调整
This commit is contained in:
parent
7d027a7e5e
commit
58977714f4
@ -10,7 +10,7 @@ message PslGraphicStorage {
|
||||
repeated PslButton pslButtons = 3;
|
||||
repeated PslKey pslKeys = 4;
|
||||
repeated PslText pslTexts = 5;
|
||||
repeated GatedRelateDevice gatedRelateDeviceList = 6;
|
||||
repeated graphicData.DeviceCombinationtype gatedRelateDeviceList = 6;
|
||||
}
|
||||
|
||||
|
||||
@ -51,10 +51,3 @@ message PslText {
|
||||
string color = 4;
|
||||
int32 fontSize = 5;
|
||||
}
|
||||
|
||||
/* 门控箱关联的设备列表 */
|
||||
message GatedRelateDevice {
|
||||
string code = 1;//设备编号
|
||||
repeated graphicData.DeviceCombinationtype combinationtypes = 2; //组合类型
|
||||
graphicData.RelatedRef.DeviceType deviceType = 3;//设备类型
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user