任务细分修改

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 = "任务名称") @ApiModelProperty(value = "任务名称")
private String manageRouteName; private String manageRouteName;
} }

View File

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