模块新增温度数据

This commit is contained in:
xy
2025-07-17 15:34:40 +08:00
parent a847f541f1
commit 6c9a33c05d
2 changed files with 11 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ public class EachModuleVO implements Serializable {
@ApiModelProperty("模块输出电流")
List<DataVo> modOutList;
@ApiModelProperty("模块温度")
List<DataVo> temperatureList;
@Data
public static class HarmonicVo implements Serializable {