| | |
| | | package com.smartor.domain; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.common.annotation.Excel; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | @ApiModelProperty(value = "问卷分类编码") |
| | | private Long svyCategoryid; |
| | | |
| | | @ApiModelProperty(value = "任务类型:1,机器人语音 2,问卷;3,通知;") |
| | | private String type; |
| | | |
| | | } |
| | | @ApiModelProperty(value = "查询参数 joyCount-满意度统计; returnVisitCount-复诊统计") |
| | | private String configKey; |
| | | |
| | | @ApiModelProperty(value = "查询参数对应值 joyCount-满意度统计; returnVisitCount-复诊统计") |
| | | private String configValue; |
| | | |
| | | /** |
| | | * 机构编码 |
| | | */ |
| | | @ApiModelProperty("机构编码") |
| | | private String orgid; |
| | | |
| | | /** |
| | | * 问题编码-查询使用,支持多个问题,用逗号区分 |
| | | */ |
| | | @ApiModelProperty(value = "问题编码") |
| | | private String scriptids; |
| | | |
| | | /** |
| | | * pageNum |
| | | */ |
| | | @ApiModelProperty("pageNum") |
| | | private Integer pageNum; |
| | | |
| | | /** |
| | | * pageSize |
| | | */ |
| | | @ApiModelProperty("pageSize") |
| | | private Integer pageSize; |
| | | } |