Commit 915816d8 by huangjy

fix:睡眠分析问题

parent ef1ed997
...@@ -43,6 +43,7 @@ public class PlatElderSleep extends BaseBusEntity { ...@@ -43,6 +43,7 @@ public class PlatElderSleep extends BaseBusEntity {
@ApiModelProperty(value = "当前日期 yyyy-mm-dd") @ApiModelProperty(value = "当前日期 yyyy-mm-dd")
private String happenDate; private String happenDate;
@ApiModelProperty(value = "间隔时间") @ApiModelProperty(value = "间隔时间")
@TableField(exist = false)
private Long interval; private Long interval;
@ApiModelProperty(value = "睡眠记录 区分时间段记录 [{\"sleepType\":\"\",\"startTime\":\"\",\"endTime\":\"\"},{}]") @ApiModelProperty(value = "睡眠记录 区分时间段记录 [{\"sleepType\":\"\",\"startTime\":\"\",\"endTime\":\"\"},{}]")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment