陈昶聿
昨天 23a360048166f7055a8579162e29a0c9f8de03ff
smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
@@ -729,6 +729,9 @@
    @ApiModelProperty(value = "随访部门名称")
    private String visitDeptName;
    @ApiModelProperty(value = "异常预警:0绿色;1红色;2黄色;3已处理")
    private Integer isabnormal;
    @ApiModelProperty(value = "随访部门编码集合")
    private List<String> visitDeptCodes;
}