任务细分修改

This commit is contained in:
zhangheng 2024-07-12 11:51:14 +08:00
parent e0509d1698
commit c33bf19c68
2 changed files with 3 additions and 2 deletions

View File

@ -72,6 +72,4 @@ public class ManualFollowUpDTO extends BaseEntity {
@ApiModelProperty(value = "任务名称")
private String manageRouteName;
}

View File

@ -135,4 +135,7 @@ public class ManualFollowUpVO {
@ApiModelProperty(value = "电话话术表id")
private Long phoneId;
@ApiModelProperty(value = "任务节点类型电话外呼PHONE_OUTBOUND问卷量表QUESTIONNAIRE_SCALE宣教文章PROPAGANDA_ARTICLE文字提醒TEXT_REMIND")
private String taskNodeType;
}