smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
@@ -217,7 +217,7 @@ /** * 基础指标id */ @ApiModelProperty(value = "基础指标id") @ApiModelProperty(value = "基础指标id(暂时当本题序号)") private Integer targetid; @@ -235,6 +235,19 @@ private String questiontitle; /** * 下一题 */ @ApiModelProperty(value = "下一题") private Integer nextQuestion; /** * 标签 */ @Excel(name = "其它数据(存储变量)") @ApiModelProperty(value = "其它数据(存储变量)") private String otherdata; /** * 话术选项 */ @ApiModelProperty(value = "话术选项")