大屏手表监测数据统计逻辑修改

This commit is contained in:
feng
2025-12-16 10:11:41 +08:00
parent 79c8bd0da1
commit 9533c976f2
2 changed files with 42 additions and 26 deletions
@@ -27,6 +27,17 @@ public class BigScreenVo {
@Parameter(description = "统计数据总条目数")
private Integer totalSum;
/**
* 目前只有大屏监测数据中的心率使用
*/
@Parameter(description = "最大值")
private Integer maxValue;
/**
* 目前只有大屏监测数据中的心率使用
*/
@Parameter(description = "最小值")
private Integer minValue;
public Integer getWarnCount() {
if(null != warnCount){
return warnCount;