陈昶聿
14 小时以前 93190095dfeb4dfce4ea85876208f3cd94db4fac
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;
}