大屏手表监测数据统计逻辑修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user