陈昶聿
12 小时以前 29e7d214720287fb86141524dd4a814f09887df4
smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -31,6 +31,10 @@
    @ApiModelProperty(value = "几天及时率")
    private Integer rateDay;
    /**
     * 是否再次随访
     */
    @ApiModelProperty(value = "几天及时率")
    private Integer isVisitAgain;
    @ApiModelProperty(value = "异常预警:0绿色;1红色;2黄色")
@@ -207,6 +211,17 @@
    @ApiModelProperty(value = "diagType集合")
    private List<String> diagTypes;
    @JsonFormat(pattern = "yyyy-MM-dd")
    @ApiModelProperty(value = "发送时间")
    private Date visittime;
    @JsonFormat(pattern = "yyyy-MM-dd")
    @ApiModelProperty(value = "完成时间")
    private Date finishtime;
    @ApiModelProperty(value = "就诊类型(1门诊  2出院 3.专病 4.外部导入 5急诊、6住院、7体检)")
    private String hospType;
    /**
     * pageNum
     */