liusheng
2024-05-10 bb60b5747d5f4b85655a541d4990ec7464497b1b
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;
}