DeviceCombinationtype调整

This commit is contained in:
fan 2023-12-13 16:46:04 +08:00
parent 87c59e7929
commit 2f3f682ad8

View File

@ -632,7 +632,7 @@ message StationRelateDevice {
message DeviceCombinationtype {
string code = 1;
repeated string oldrefDevices = 2;//
repeated int32 refDevices = 3;//
repeated uint32 refDevices = 3;//
}
message SectionCodePoint {