| | |
| | | package com.smartor.domain; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.common.annotation.Excel; |
| | | import com.ruoyi.common.core.domain.BaseEntity; |
| | |
| | | @Excel(name = " 长期任务,给患者发送的时间") |
| | | @ApiModelProperty(value = "长期任务,给患者发送的时间") |
| | | private Date longSendTime; |
| | | |
| | | |
| | | @ApiModelProperty(value = "继续标识") |
| | | private Integer continueFlag; |
| | | |
| | | @ApiModelProperty(value = "继续时间现在") |
| | | private Date continueTimeNow; |
| | | |
| | | @ApiModelProperty(value = "继续内容") |
| | | private JSONObject continueContent; |
| | | |
| | | @ApiModelProperty(value = "继续次数") |
| | | private Integer continueCount; |
| | | |
| | | @ApiModelProperty(value = "继续时间下次") |
| | | private Date continueTimeNext; |
| | | } |