| | |
| | | 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; |
| | | |
| | | } |