模块新增温度数据
This commit is contained in:
@@ -29,6 +29,9 @@ public class EachModuleVO implements Serializable {
|
||||
@ApiModelProperty("模块输出电流")
|
||||
List<DataVo> modOutList;
|
||||
|
||||
@ApiModelProperty("模块温度")
|
||||
List<DataVo> temperatureList;
|
||||
|
||||
@Data
|
||||
public static class HarmonicVo implements Serializable {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user