任务细分修改
This commit is contained in:
parent
e0509d1698
commit
c33bf19c68
@ -72,6 +72,4 @@ public class ManualFollowUpDTO extends BaseEntity {
|
||||
|
||||
@ApiModelProperty(value = "任务名称")
|
||||
private String manageRouteName;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user