1.解决不可同时测试电压,电流问题

This commit is contained in:
wr
2025-04-18 15:34:49 +08:00
parent 89a7b5b8f6
commit 7b951fa4b6
7 changed files with 168 additions and 171 deletions

View File

@@ -18,7 +18,7 @@ public class ResultVO {
/**
* 结果数据
*/
private Map<String, RawResultDataVO> resultData;
private Map<String, List<RawResultDataVO>> resultData;
/**