From 52a0bf7637b725f0b6bf18a03962b0636f7074fb Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 22 十二月 2023 18:14:40 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrLibaScript.java |  540 +++++++++++++++++++----------------------------------------
 1 files changed, 173 insertions(+), 367 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
index 4950879..b352175 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaScript.java
@@ -1,437 +1,243 @@
 package com.smartor.domain;
 
 import java.util.Date;
+
 import com.fasterxml.jackson.annotation.JsonFormat;
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
 import org.apache.commons.lang3.builder.ToStringBuilder;
 import org.apache.commons.lang3.builder.ToStringStyle;
 import com.ruoyi.common.annotation.Excel;
 import com.ruoyi.common.core.domain.BaseEntity;
 
 /**
- * 璇濇湳搴撳璞� ivr_liba_script
- * 
- * @author smartor
- * @date 2023-03-22
+ * 闂璇濇湳搴撳璞� ivr_liba_script
+ *
+ * @author ruoyi
+ * @date 2023-12-21
  */
-public class IvrLibaScript extends BaseEntity
-{
+@Data
+@ApiModel(value = "IvrLibaScript", description = "闂璇濇湳搴撳璞�")
+public class IvrLibaScript extends BaseEntity {
     private static final long serialVersionUID = 1L;
 
-    /**    */
-    private String questionid;
+    /**
+     * 闂璇濇湳id
+     */
+    @ApiModelProperty("闂璇濇湳id锛堜富閿級")
+    private Long id;
 
-    /**    */
-    @Excel(name = "  ")
-    private String questionpoint;
+    /**
+     * 闂璇濇湳鏍囬
+     */
+    @ApiModelProperty("闂璇濇湳鏍囬")
+    @Excel(name = "闂璇濇湳鏍囬")
+    private String questiontitle;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 璇濇湳鍐呭
+     */
+    @ApiModelProperty("璇濇湳鍐呭")
+    @Excel(name = "璇濇湳鍐呭")
     private String questiontext;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 璇濇湳璇煶
+     */
+    @ApiModelProperty("璇濇湳璇煶")
+    @Excel(name = "璇濇湳璇煶")
     private String questionvoice;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 鏃犲尮閰嶈瘽鏈�
+     */
+    @ApiModelProperty("鏃犲尮閰嶈瘽鏈�")
+    @Excel(name = "鏃犲尮閰嶈瘽鏈�")
     private String nomatchtext;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 鏃犲尮閰嶈瘽鏈闊�
+     */
+    @ApiModelProperty("鏃犲尮閰嶈瘽鏈闊�")
+    @Excel(name = "鏃犲尮閰嶈瘽鏈闊�")
     private String nomatchvoice;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 闈欓粯璇濇湳
+     */
+    @ApiModelProperty("闈欓粯璇濇湳")
+    @Excel(name = "闈欓粯璇濇湳")
     private String sliencetext;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 闈欓粯璇濇湳璇煶
+     */
+    @ApiModelProperty("闈欓粯璇濇湳璇煶")
+    @Excel(name = "闈欓粯璇濇湳璇煶")
     private String sliencevoice;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 閫氱敤搴撳尮閰嶅悗璇濇湳
+     */
+    @ApiModelProperty("閫氱敤搴撳尮閰嶅悗璇濇湳")
+    @Excel(name = "閫氱敤搴撳尮閰嶅悗璇濇湳")
     private String submoduletext;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 閫氱敤搴撳尮閰嶅悗璇濇湳璇煶
+     */
+    @ApiModelProperty("閫氱敤搴撳尮閰嶅悗璇濇湳璇煶")
+    @Excel(name = "閫氱敤搴撳尮閰嶅悗璇濇湳璇煶")
     private String submodulevoice;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 鍚笉娓呰瘽鏈�
+     */
+    @ApiModelProperty("鍚笉娓呰瘽鏈�")
+    @Excel(name = "鍚笉娓呰瘽鏈�")
     private String noclearlytext;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 鍚笉娓呰瘽鏈闊�
+     */
+    @ApiModelProperty("鍚笉娓呰瘽鏈闊�")
+    @Excel(name = "鍚笉娓呰瘽鏈闊�")
     private String noclearlyvoice;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 闂绫诲瀷
+     */
+    @ApiModelProperty("闂绫诲瀷")
+    @Excel(name = "闂绫诲瀷 ")
     private String questiontype;
 
-    /**    */
-    @Excel(name = "  ")
-    private String categoryname;
+    /**
+     * 瀵瑰簲鐨刬vr_liba_target琛ㄧ殑涓婚敭
+     */
+    @ApiModelProperty("瀵瑰簲鐨刬vr_liba_target琛ㄧ殑涓婚敭")
+    @Excel(name = "瀵瑰簲鐨刬vr_liba_target琛ㄧ殑涓婚敭")
+    private Long targetid;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 鎸囨爣鍚嶇О
+     */
+    @ApiModelProperty("鎸囨爣鍚嶇О")
+    @Excel(name = "鎸囨爣鍚嶇О")
+    private String targetname;
+
+    /**
+     * 鎸囨爣鏍囬�夐」姹囨��
+     */
+    @ApiModelProperty("鎸囨爣鏍囬�夐」姹囨��")
+    @Excel(name = "鎸囨爣鏍囬�夐」姹囨��")
     private String targetoptions;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     * 閫傜敤璇█
+     */
+    @ApiModelProperty("閫傜敤璇█")
+    @Excel(name = "閫傜敤璇█")
     private String language;
-    /**    */
-    @Excel(name = "  ")
-    private String note;
 
-    /**    */
-    @Excel(name = "  ")
-    private Long version;
+    /**
+     * 鐗堟湰
+     */
+    @ApiModelProperty("鐗堟湰")
+    @Excel(name = "鐗堟湰")
+    private String version;
 
-    /**    */
-    @Excel(name = "  ")
-    private Long isenable;
+    /**
+     * 鍚敤鐘舵��
+     */
+    @ApiModelProperty("鍚敤鐘舵��")
+    @Excel(name = "鍚敤鐘舵��")
+    private Long usestate;
 
-    /**    */
-    @Excel(name = "  ")
-    private Long isdel;
-
-    /**    */
-    @Excel(name = "  ")
+    /**
+     *
+     */
+    @ApiModelProperty("娣诲姞浜篒D")
+    @Excel(name = "娣诲姞浜篒D")
     private String adduserid;
 
-    /**    */
+    /**
+     *
+     */
+    @ApiModelProperty("娣诲姞鏃堕棿")
     @JsonFormat(pattern = "yyyy-MM-dd")
-    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
+    @Excel(name = "娣诲姞鏃堕棿", width = 30, dateFormat = "yyyy-MM-dd")
     private Date addtime;
 
-    /**    */
-    @Excel(name = "  ")
+    /**
+     *
+     */
+    @ApiModelProperty("璋冩暣浜篿d")
+    @Excel(name = "璋冩暣浜篿d")
     private String modifyuserid;
 
-    /**    */
+    /**
+     *
+     */
+    @ApiModelProperty("璋冩暣鏃堕棿")
     @JsonFormat(pattern = "yyyy-MM-dd")
-    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
+    @Excel(name = "璋冩暣鏃堕棿", width = 30, dateFormat = "yyyy-MM-dd")
     private Date modifytime;
 
-    /**    */
-    @Excel(name = "  ")
-    private String groupid;
+    /**
+     * 鍒嗙被id
+     */
+    @ApiModelProperty("鍒嗙被id")
+    @Excel(name = "鍒嗙被id")
+    private String assortid;
 
-    /**  鍒犻櫎鏍囪  */
+    /**
+     * 鍒犻櫎鏍囪
+     */
+    @ApiModelProperty("鍒犻櫎鏍囪")
     private String delFlag;
 
-    /**  涓婁紶鏍囪  */
+    /**
+     * 涓婁紶鏍囪
+     */
+    @ApiModelProperty("涓婁紶鏍囪")
     @Excel(name = " 涓婁紶鏍囪 ")
     private Long isupload;
 
-    /**  涓婁紶鏃堕棿  */
+    /**
+     * 鍊肩被鍨嬶紙1 閫夐」  2 鏂囨湰  3 鏁板�硷級
+     */
+    @ApiModelProperty(value = "鍊肩被鍨嬶紙1 閫夐」  2 鏂囨湰  3 鏁板�硷級")
+    @Excel(name = "鍊肩被鍨�", readConverterExp = "1=,閫�=椤�,2=,鏂�=鏈�,3=,鏁�=鍊�")
+    private Long isenable;
+
+    /**
+     * 涓婁紶鏃堕棿
+     */
+    @ApiModelProperty("涓婁紶鏃堕棿")
     @JsonFormat(pattern = "yyyy-MM-dd")
     @Excel(name = " 涓婁紶鏃堕棿 ", width = 30, dateFormat = "yyyy-MM-dd")
     private Date uploadTime;
 
-    /**  鏈烘瀯ID  */
+    /**
+     * 鏈烘瀯ID
+     */
+    @ApiModelProperty("鏈烘瀯ID")
     @Excel(name = " 鏈烘瀯ID ")
     private String orgid;
 
-    public void setQuestionid(String questionid) 
-    {
-        this.questionid = questionid;
-    }
+    /**
+     * 鐖禝D
+     */
+    @ApiModelProperty("鐖禝D")
+    @Excel(name = "鐖禝D")
+    private Long pid;
 
-    public String getQuestionid() 
-    {
-        return questionid;
-    }
-    public void setQuestionpoint(String questionpoint) 
-    {
-        this.questionpoint = questionpoint;
-    }
+    /**
+     * GUID
+     */
+    @ApiModelProperty("GUID")
+    @Excel(name = "GUID")
+    private String guid;
 
-    public String getQuestionpoint() 
-    {
-        return questionpoint;
-    }
-    public void setQuestiontext(String questiontext) 
-    {
-        this.questiontext = questiontext;
-    }
-
-    public String getQuestiontext() 
-    {
-        return questiontext;
-    }
-    public void setQuestionvoice(String questionvoice) 
-    {
-        this.questionvoice = questionvoice;
-    }
-
-    public String getQuestionvoice() 
-    {
-        return questionvoice;
-    }
-    public void setNomatchtext(String nomatchtext) 
-    {
-        this.nomatchtext = nomatchtext;
-    }
-
-    public String getNomatchtext() 
-    {
-        return nomatchtext;
-    }
-    public void setNomatchvoice(String nomatchvoice) 
-    {
-        this.nomatchvoice = nomatchvoice;
-    }
-
-    public String getNomatchvoice() 
-    {
-        return nomatchvoice;
-    }
-    public void setSliencetext(String sliencetext) 
-    {
-        this.sliencetext = sliencetext;
-    }
-
-    public String getSliencetext() 
-    {
-        return sliencetext;
-    }
-    public void setSliencevoice(String sliencevoice) 
-    {
-        this.sliencevoice = sliencevoice;
-    }
-
-    public String getSliencevoice() 
-    {
-        return sliencevoice;
-    }
-    public void setSubmoduletext(String submoduletext) 
-    {
-        this.submoduletext = submoduletext;
-    }
-
-    public String getSubmoduletext() 
-    {
-        return submoduletext;
-    }
-    public void setSubmodulevoice(String submodulevoice) 
-    {
-        this.submodulevoice = submodulevoice;
-    }
-
-    public String getSubmodulevoice() 
-    {
-        return submodulevoice;
-    }
-    public void setNoclearlytext(String noclearlytext) 
-    {
-        this.noclearlytext = noclearlytext;
-    }
-
-    public String getNoclearlytext() 
-    {
-        return noclearlytext;
-    }
-    public void setNoclearlyvoice(String noclearlyvoice) 
-    {
-        this.noclearlyvoice = noclearlyvoice;
-    }
-
-    public String getNoclearlyvoice() 
-    {
-        return noclearlyvoice;
-    }
-    public void setQuestiontype(String questiontype) 
-    {
-        this.questiontype = questiontype;
-    }
-
-    public String getQuestiontype() 
-    {
-        return questiontype;
-    }
-    public void setCategoryname(String categoryname) 
-    {
-        this.categoryname = categoryname;
-    }
-
-    public String getCategoryname() 
-    {
-        return categoryname;
-    }
-    public void setTargetoptions(String targetoptions) 
-    {
-        this.targetoptions = targetoptions;
-    }
-
-    public String getTargetoptions() 
-    {
-        return targetoptions;
-    }
-    public void setLanguage(String language) 
-    {
-        this.language = language;
-    }
-
-    public String getLanguage() 
-    {
-        return language;
-    }
-    public void setNote(String note)
-    {
-        this.note = note;
-    }
-
-    public String getNote()
-    {
-        return note;
-    }
-    public void setVersion(Long version) 
-    {
-        this.version = version;
-    }
-
-    public Long getVersion() 
-    {
-        return version;
-    }
-    public void setIsenable(Long isenable) 
-    {
-        this.isenable = isenable;
-    }
-
-    public Long getIsenable() 
-    {
-        return isenable;
-    }
-    public void setIsdel(Long isdel) 
-    {
-        this.isdel = isdel;
-    }
-
-    public Long getIsdel() 
-    {
-        return isdel;
-    }
-    public void setAdduserid(String adduserid) 
-    {
-        this.adduserid = adduserid;
-    }
-
-    public String getAdduserid() 
-    {
-        return adduserid;
-    }
-    public void setAddtime(Date addtime) 
-    {
-        this.addtime = addtime;
-    }
-
-    public Date getAddtime() 
-    {
-        return addtime;
-    }
-    public void setModifyuserid(String modifyuserid) 
-    {
-        this.modifyuserid = modifyuserid;
-    }
-
-    public String getModifyuserid() 
-    {
-        return modifyuserid;
-    }
-    public void setModifytime(Date modifytime) 
-    {
-        this.modifytime = modifytime;
-    }
-
-    public Date getModifytime() 
-    {
-        return modifytime;
-    }
-    public void setGroupid(String groupid) 
-    {
-        this.groupid = groupid;
-    }
-
-    public String getGroupid() 
-    {
-        return groupid;
-    }
-    public void setDelFlag(String delFlag) 
-    {
-        this.delFlag = delFlag;
-    }
-
-    public String getDelFlag() 
-    {
-        return delFlag;
-    }
-    public void setIsupload(Long isupload) 
-    {
-        this.isupload = isupload;
-    }
-
-    public Long getIsupload() 
-    {
-        return isupload;
-    }
-    public void setUploadTime(Date uploadTime) 
-    {
-        this.uploadTime = uploadTime;
-    }
-
-    public Date getUploadTime() 
-    {
-        return uploadTime;
-    }
-    public void setOrgid(String orgid) 
-    {
-        this.orgid = orgid;
-    }
-
-    public String getOrgid() 
-    {
-        return orgid;
-    }
-
-
-    @Override
-    public String toString() {
-        return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
-            .append("questionid", getQuestionid())
-            .append("questionpoint", getQuestionpoint())
-            .append("questiontext", getQuestiontext())
-            .append("questionvoice", getQuestionvoice())
-            .append("nomatchtext", getNomatchtext())
-            .append("nomatchvoice", getNomatchvoice())
-            .append("sliencetext", getSliencetext())
-            .append("sliencevoice", getSliencevoice())
-            .append("submoduletext", getSubmoduletext())
-            .append("submodulevoice", getSubmodulevoice())
-            .append("noclearlytext", getNoclearlytext())
-            .append("noclearlyvoice", getNoclearlyvoice())
-            .append("questiontype", getQuestiontype())
-            .append("categoryname", getCategoryname())
-            .append("targetoptions", getTargetoptions())
-            .append("language", getLanguage())
-                .append("note", getNote())
-            .append("version", getVersion())
-            .append("isenable", getIsenable())
-            .append("isdel", getIsdel())
-            .append("adduserid", getAdduserid())
-            .append("addtime", getAddtime())
-            .append("modifyuserid", getModifyuserid())
-            .append("modifytime", getModifytime())
-            .append("groupid", getGroupid())
-            .append("delFlag", getDelFlag())
-            .append("updateBy", getUpdateBy())
-            .append("updateTime", getUpdateTime())
-            .append("createBy", getCreateBy())
-            .append("createTime", getCreateTime())
-            .append("isupload", getIsupload())
-            .append("uploadTime", getUploadTime())
-            .append("orgid", getOrgid())
-            .toString();
-    }
 }

--
Gitblit v1.9.3