liusheng
14 小时以前 f44fc386a12e119df6ff0cd0b546bdb0d38d05db
smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java
@@ -201,4 +201,11 @@
    @ApiModelProperty(value = "是否结束 0:不结束   1:结束")
    private Integer isEnd;
    /**
     * 排序ID
     */
    @ApiModelProperty(value = "排序ID")
    @Excel(name = "排序ID")
    private String sortid;
}