smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java
@@ -203,4 +203,11 @@ @ApiModelProperty(value = "回复(指问题的回复,给问答题用的)") private String reply; /** * 说话内容 */ @Excel(name = "说话内容") @ApiModelProperty(value = "说话内容") private String content; }