liusheng
6 天以前 5c1f5dcc9dbea7478b1a9bd7c047a99a042e9d24
smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
@@ -729,6 +729,9 @@
    @ApiModelProperty(value = "随访部门名称")
    private String visitDeptName;
    @ApiModelProperty(value = "异常预警:0绿色;1红色;2黄色")
    private Integer isabnormal;
    @ApiModelProperty(value = "随访部门编码集合")
    private List<String> visitDeptCodes;
}