| | |
| | | package com.smartor.domain; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.common.annotation.Excel; |
| | | import io.swagger.annotations.ApiModel; |
| | |
| | | @ApiModelProperty(value = "查询参数对应值 joyCount-满意度统计; returnVisitCount-复诊统计") |
| | | private String configValue; |
| | | |
| | | @ApiModelProperty(value = "继续标识:1 没 2有") |
| | | private Integer continueFlag; |
| | | |
| | | @ApiModelProperty(value = "继续时间现在") |
| | | private Date continueTimeNow; |
| | | |
| | | @ApiModelProperty(value = "继续内容") |
| | | private JSONObject continueContent; |
| | | |
| | | @ApiModelProperty(value = "继续次数") |
| | | private Integer continueCount; |
| | | |
| | | @ApiModelProperty(value = "继续时间下次") |
| | | private Date continueTimeNext; |
| | | |
| | | /** |
| | | * 机构编码 |
| | | */ |