|  |  | 
 |  |  |     @ApiModelProperty(value = "用户ID") | 
 |  |  |     private Long userId; | 
 |  |  |  | 
 |  |  |     private Integer visitCount; | 
 |  |  |     private Integer isVisitAgain; | 
 |  |  |  | 
 |  |  |     @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss") | 
 |  |  |     @ApiModelProperty(value = "开始时间") | 
 |  |  |     private Date startTime; | 
 |  |  | 
 |  |  |     @ApiModelProperty(value = "病区Code集合") | 
 |  |  |     private List<String> leavehospitaldistrictcodes; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "科室Code集合") | 
 |  |  |     private List<String> deptcodes; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "科室病区") | 
 |  |  |     private Integer statisticaltype; | 
 |  |  |  | 
 |  |  |     private String visitDeptCode; | 
 |  |  |     private String visitDeptName; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "医生编码") | 
 |  |  |     private String drcode; | 
 |  |  |  | 
 |  |  | } |