| | |
| | | @ApiModelProperty("问题ID") |
| | | @Excel(name = "问题ID集合") |
| | | private List<Long> scriptIds; |
| | | |
| | | /** |
| | | * 问券题目分类ID集合 |
| | | */ |
| | | @ApiModelProperty("满意度意见异常(只针对文本)") |
| | | private String isMydException; |
| | | |
| | | /** |
| | | * 问券题目分类ID集合 |
| | | */ |
| | | @ApiModelProperty("问题维度") |
| | | private String dimension; |
| | | |
| | | @ApiModelProperty(value = "查询参数 joyCount-满意度统计; returnVisitCount-复诊统计") |
| | | private String configKey; |
| | | |
| | | @ApiModelProperty(value = "查询参数对应值 joyCount-满意度统计; returnVisitCount-复诊统计") |
| | | private String configValue; |
| | | |
| | | @ApiModelProperty(value = "是否填报 0-全部 1-已填报") |
| | | private String isFilled; |
| | | |
| | | /** |
| | | * 出院病区编号 |
| | | */ |