继电器柜
This commit is contained in:
parent
fad24da7d9
commit
b6bb68aa99
@ -28,5 +28,10 @@ message DeviceRelateRelay {
|
||||
//int32 id = 1;//存储在列表中的id
|
||||
string type = 2;//设备类型
|
||||
string code = 3;//设备编号
|
||||
repeated string refRelay = 4;//设备关联的继电器
|
||||
//repeated string refRelay = 4;//设备关联的继电器
|
||||
repeated Combinationtype combinationtypes = 5; //组合类型
|
||||
}
|
||||
message Combinationtype{
|
||||
string code = 1;
|
||||
repeated string refRelays = 2;//设备关联的继电器
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user