陈昶聿
2 天以前 d3ca49386f33a7db5f9f4c039857a4a200285f20
smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
@@ -729,6 +729,15 @@
    @ApiModelProperty(value = "随访部门名称")
    private String visitDeptName;
    @ApiModelProperty(value = "异常预警:0绿色;1红色;2黄色;3已处理")
    private Integer isabnormal;
    @ApiModelProperty(value = "随访部门编码集合")
    private List<String> visitDeptCodes;
    /**
     * 日期限制
     */
    @ApiModelProperty(value = "日期限制:0全部服务    1截止当前日期")
    private String dateLimit;
}