继电器柜

This commit is contained in:
joylink_zhaoerwei 2023-09-13 17:26:44 +08:00
parent fad24da7d9
commit b6bb68aa99

View File

@ -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;//
}