修改bug

This commit is contained in:
huangzj
2023-11-07 14:26:26 +08:00
parent 0a6a70167c
commit 2be6a85bed
3 changed files with 8 additions and 1 deletions

View File

@@ -53,4 +53,7 @@ public class EnergyTemplateVO {
@ApiModelProperty("最小值")
private Double minValue;
@ApiModelProperty("平均值")
private Double avgValue;
}