liusheng
2024-04-30 01a79d5b431b71cc79cf5f6cc92cd4f3432781dd
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;
}