liusheng
2024-08-28 bedd0a1cef215538df64470df6b8d4a022189136
smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
@@ -50,6 +50,13 @@
    private String scriptDesc;
    /**
     * 问题图片路径
     */
    @ApiModelProperty("问题图片路径")
    @Excel(name = "问题图片路径")
    private String picturePath;
    /**
     * 话术语音
     */
    @ApiModelProperty("话术语音")
@@ -316,5 +323,18 @@
    @ApiModelProperty(value = "标签")
    private String tag;
    /**
     * pageNum
     */
    @ApiModelProperty(value = "pageNum")
    @Excel(name = "pageNum")
    private Integer pageNum;
    /**
     * pageSize
     */
    @ApiModelProperty(value = "pageSize")
    @Excel(name = "pageSize")
    private Integer pageSize;
}