liusheng
7 小时以前 7518413aeb91ea9b9dd80c7a5d51057ff616a8f1
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTargetoption.java
@@ -263,4 +263,10 @@
    @Excel(name = "异常选项:1否(默认)    2是")
    @ApiModelProperty(value = "异常选项:1否(默认)    2是")
    private Long isException;
    /**
     * 默认选项:1 否     2 是
     */
    @ApiModelProperty("默认选项:1 否(默认)     2 是")
    private Long defaultValue;
}