liusheng
2024-07-26 0ff7a8f69570b3fc7418c35f3d6e273ef4f73f20
smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java
@@ -1,5 +1,6 @@
package com.smartor.domain;
import com.alibaba.fastjson.JSON;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.ruoyi.common.annotation.Excel;
import com.ruoyi.common.core.domain.BaseEntity;
@@ -36,6 +37,13 @@
    @Excel(name = "分组ID")
    @ApiModelProperty(value = "分组ID")
    private String groupid;
    /**
     * 适用题型(单选、多选、埴空、组合)
     */
    @Excel(name = "适用题型(单选、多选、埴空、组合)")
    @ApiModelProperty(value = "适用题型(单选、多选、埴空、组合)")
    private String scriptType;
    /**
     * 指标类型
@@ -170,6 +178,11 @@
    @Excel(name = "适用方式")
    @ApiModelProperty(value = "适用方式")
    private String suitWay;
    @Excel(name = "适用方式(多选)")
    @ApiModelProperty(value = "适用方式(多选)")
    private List<String> suitWayList;
    /**
     * pageNum
     */
@@ -198,7 +211,7 @@
    private List<IvrLibaTargetoption> targetoptionList = new ArrayList<>();
    @ApiModelProperty(value = "标签集合")
    private List<BaseTag> baseTagList = new ArrayList<>();
    private List<IvrLibaTargetTag> ivrLibaTargetTagList = new ArrayList<>();
    @ApiModelProperty(value = "回复(指问题的回复,给问答题用的)")
    private String reply;