| | |
| | | private Long ID; |
| | | |
| | | /** |
| | | * 题目主题 |
| | | */ |
| | | @Excel(name = "题目主题") |
| | | @ApiModelProperty("题目主题") |
| | | private String scriptTopic; |
| | | |
| | | /** |
| | | * 任务id |
| | | */ |
| | | @ApiModelProperty(value = "任务id") |
| | |
| | | * 模板话术编号 |
| | | */ |
| | | @ApiModelProperty(value = "模板话术编号") |
| | | private Long templateQuestionNum; |
| | | private Long scriptno; |
| | | |
| | | /** |
| | | * 模板ID |
| | |
| | | * 话术ID |
| | | */ |
| | | @ApiModelProperty(value = "话术ID") |
| | | private Long scriptID; |
| | | private Long scriptid; |
| | | |
| | | /** |
| | | * 标题 |
| | | */ |
| | | @ApiModelProperty(value = "标题") |
| | | private String questiontitle; |
| | | private String script_title; |
| | | |
| | | /** |
| | | * 语言 |
| | |
| | | * 问题点 |
| | | */ |
| | | @ApiModelProperty(value = "问题点") |
| | | private String questionPoint; |
| | | private String scriptPoint; |
| | | |
| | | /** |
| | | * 话术内容 |
| | | */ |
| | | @ApiModelProperty(value = "话术内容") |
| | | private String questionText; |
| | | private String scriptContent; |
| | | |
| | | /** |
| | | * 话术语音 |
| | | */ |
| | | @ApiModelProperty(value = "话术语音") |
| | | private String questionVoice; |
| | | private String scriptVoice; |
| | | |
| | | /** |
| | | * 无匹配话术 |
| | |
| | | * 下一话术编号 |
| | | */ |
| | | @ApiModelProperty(value = "下一话术编号") |
| | | private Long nextQuestion; |
| | | private Long nextScriptno; |
| | | |
| | | /** |
| | | * 问题结果(给“值类型”是文本或者数值用的)* |
| | | */ |
| | | @ApiModelProperty(value = "问题结果 ,给=“值类型”是文本或者数值用的") |
| | | private String questionResult; |
| | | private String scriptResult; |
| | | |
| | | /** |
| | | * 变量参数集合 |