liusheng
2024-07-19 4bda5f801344f832446e61e2a320d56cc0e2b7ff
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
@@ -26,7 +26,7 @@
     * 主键ID
     */
    @ApiModelProperty(value = "主键")
    private Long ID;
    private Long id;
    /**
     * 模板话术编号
@@ -40,7 +40,7 @@
     */
    @Excel(name = "模板ID")
    @ApiModelProperty(value = "模板ID")
    private Long templateID;
    private Long templateid;
    /**
     * 话术ID
@@ -56,6 +56,13 @@
    private String scriptPoint;
    /**
     * 问题类型
     */
    @Excel(name = "问题类型")
    @ApiModelProperty(value = "问题类型")
    private String scriptType;
    /**
     * 话术内容
     */
    @Excel(name = "话术内容")