liusheng
2024-04-24 01c9667cfb06970564e837dc343d5cee0eb3aed7
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
@@ -222,10 +222,16 @@
    private Integer targettype;
    /**
     * 下一题
     */
    @ApiModelProperty(value = "下一题")
    private Integer nextQuestion;
    /**
     * 是否存在操作:1 新增 2修改 3删除
     */
    @ApiModelProperty(value = "指标ID")
    private Long targetid;
    private Integer targetid;
    /**
@@ -233,4 +239,18 @@
     */
    @ApiModelProperty(value = "指标值")
    private Integer targetvalue;
    /**
     * 标签
     */
    @Excel(name = "其它数据(存储变量)")
    @ApiModelProperty(value = "其它数据(存储变量)")
    private String otherdata;
    /**
     * 是否必填(给人工用的,AI不用遵守)
     */
    @Excel(name = "是否必填(给人工用的,AI不用遵守)")
    @ApiModelProperty(value = "是否必填(给人工用的,AI不用遵守)")
    private String isMust;
}