|  |  | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "满意度比例") | 
 |  |  |     private String joyTotal=""; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "随访情况:1正常语音") | 
 |  |  |     private Integer taskSituation1 = 0; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "随访情况:2患者拒接或拒访") | 
 |  |  |     private Integer taskSituation2 = 0; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "随访情况:3面访或者接诊") | 
 |  |  |     private Integer taskSituation3 = 0; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "随访情况:4微信随访") | 
 |  |  |     private Integer taskSituation4 = 0; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "随访情况:5随访电话不正确") | 
 |  |  |     private Integer taskSituation5 = 0; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "随访情况:6其他") | 
 |  |  |     private Integer taskSituation6 = 0; | 
 |  |  |  | 
 |  |  | } |