陈昶聿
5 天以前 1067ed3f741bc71cfd5438c9b074daf48995e792
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;
}