| | |
| | | @ApiModelProperty(value = "子任务Id集合") |
| | | private List<Long> subTaskIds; |
| | | |
| | | @ApiModelProperty(value = "科室病区") |
| | | @ApiModelProperty(value = "科室病区:1,病区统计 2,科室统计") |
| | | private Integer statisticaltype; |
| | | |
| | | private String visitDeptCode; |
| | |
| | | private Integer continueFlag; |
| | | |
| | | @ApiModelProperty(value = "继续时间现在") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date continueTimeNow; |
| | | |
| | | @ApiModelProperty(value = "继续内容") |
| | |
| | | private Integer continueCount; |
| | | |
| | | @ApiModelProperty(value = "继续时间下次") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date continueTimeNext; |
| | | |
| | | /** |