From 048db32d9a965f1ef398a8aa02a012e9b968a6b1 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 08 十一月 2024 18:39:04 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTargetoption.java | 299 +++++++++++------------------------------------------------
1 files changed, 55 insertions(+), 244 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTargetoption.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTargetoption.java
index ec922fa..adbd77f 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTargetoption.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTargetoption.java
@@ -1,18 +1,16 @@
package com.smartor.domain;
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-
import com.fasterxml.jackson.annotation.JsonFormat;
-import com.google.gson.Gson;
+import com.ruoyi.common.annotation.Excel;
+import com.ruoyi.common.core.domain.BaseEntity;
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;
+
+import java.math.BigDecimal;
+import java.util.ArrayList;
+import java.util.Date;
+import java.util.List;
/**
* 妯℃澘鎸囨爣閫夐」搴撳璞� ivr_liba_template_targetoption
@@ -20,6 +18,7 @@
* @author ruoyi
* @date 2023-12-23
*/
+@Data
@ApiModel(value = "IvrLibaTemplateTargetoption", description = "妯℃澘鎸囨爣閫夐」搴撳璞�")
public class IvrLibaTemplateTargetoption extends BaseEntity {
private static final long serialVersionUID = 1L;
@@ -43,6 +42,13 @@
@Excel(name = "鎸囨爣鍚嶇О")
@ApiModelProperty(value = "鎸囨爣鍚嶇О")
private String targetname;
+
+ /**
+ * 閫変腑鎻愮ず
+ */
+ @Excel(name = "閫変腑鎻愮ず")
+ @ApiModelProperty(value = "閫変腑鎻愮ず")
+ private String prompt;
/**
* 妯℃澘ID
@@ -143,18 +149,25 @@
private Long isabnormal;
/**
- * 棰勮闃�鍊间笂闄�
+ * 鏄惁寮傚父鏍囪瘑
*/
- @Excel(name = "棰勮闃�鍊间笂闄�")
- @ApiModelProperty(value = "棰勮闃�鍊间笂闄�")
- private Long warnup;
+ @Excel(name = "鏄惁寮傚父鏍囪瘑")
+ @ApiModelProperty(value = "鏄惁寮傚父鏍囪瘑")
+ private BigDecimal score;
- /**
- * 棰勮闃�鍊间笅闄�
- */
- @Excel(name = "棰勮闃�鍊间笅闄�")
- @ApiModelProperty(value = "棰勮闃�鍊间笅闄�")
- private Long warndown;
+// /**
+// * 棰勮闃�鍊间笂闄�
+// */
+// @Excel(name = "棰勮闃�鍊间笂闄�")
+// @ApiModelProperty(value = "棰勮闃�鍊间笂闄�")
+// private Long warnup;
+//
+// /**
+// * 棰勮闃�鍊间笅闄�
+// */
+// @Excel(name = "棰勮闃�鍊间笅闄�")
+// @ApiModelProperty(value = "棰勮闃�鍊间笅闄�")
+// private Long warndown;
/**
* 鍒犻櫎鏍囪
@@ -192,6 +205,13 @@
private Long pid;
/**
+ * 閫夐」缁彿
+ */
+ @Excel(name = "閫夐」缁彿")
+ @ApiModelProperty(value = "閫夐」缁彿")
+ private Long optionNo;
+
+ /**
* GUID
*/
@Excel(name = "GUID")
@@ -204,235 +224,26 @@
@ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎")
private Integer isoperation;
- public Long getId() {
- return id;
- }
+ /**
+ * 鏄惁鏄敤鎴烽�夋嫨鐨勯�夐」
+ */
+ @ApiModelProperty(value = "鏄惁鏄敤鎴烽�夋嫨鐨勯�夐」")
+ private Integer isUserOperation = 0;
- public void setId(Long id) {
- this.id = id;
- }
+ /**
+ * 涓嬩竴棰�
+ */
+ @ApiModelProperty(value = "涓嬩竴棰�")
+ private Integer nextQuestion;
- public Long getTargetid() {
- return targetid;
- }
+ @ApiModelProperty(value = "閫夐」闄勫姞鏍囪瘑")
+ private String appendflag;
- public void setTargetid(Long targetid) {
- this.targetid = targetid;
- }
+ @ApiModelProperty(value = "闄勪欢淇℃伅")
+ private String appenddesc;
- public String getTargetname() {
- return targetname;
- }
+ @ApiModelProperty(value = "鏄惁缁撴潫 0锛氫笉缁撴潫 1锛氱粨鏉�")
+ private Integer isEnd;
- public void setTargetname(String targetname) {
- this.targetname = targetname;
- }
- public Long getTemplateID() {
- return templateID;
- }
-
- public void setTemplateID(Long templateID) {
- this.templateID = templateID;
- }
-
- public Long getScriptid() {
- return scriptid;
- }
-
- public void setScriptid(Long scriptid) {
- this.scriptid = scriptid;
- }
-
- public String getTargettype() {
- return targettype;
- }
-
- public void setTargettype(String targettype) {
- this.targettype = targettype;
- }
-
- public String getCategoryName() {
- return categoryName;
- }
-
- public void setCategoryName(String categoryName) {
- this.categoryName = categoryName;
- }
-
- public String getTargetvalue() {
- return targetvalue;
- }
-
- public void setTargetvalue(String targetvalue) {
- this.targetvalue = targetvalue;
- }
-
- public String getTargetregex() {
- return targetregex;
- }
-
- public void setTargetregex(String targetregex) {
- this.targetregex = targetregex;
- }
-
- public String getTargetregex2() {
- return targetregex2;
- }
-
- public void setTargetregex2(String targetregex2) {
- this.targetregex2 = targetregex2;
- }
-
- public String getNodynamiccruxsJson() {
- return nodynamiccruxsJson;
- }
-
- public void setNodynamiccruxsJson(String nodynamiccruxsJson) {
- if (this.nodynamiccruxs != null) {
- this.nodynamiccruxsJson = new Gson().toJson(this.nodynamiccruxs);
- } else {
- this.nodynamiccruxsJson = nodynamiccruxsJson;
- }
- }
-
- public String getDynamiccruxsJson() {
- return dynamiccruxsJson;
- }
-
- public void setDynamiccruxsJson(String dynamiccruxsJson) {
- if (this.dynamiccruxs != null) {
- this.dynamiccruxsJson = new Gson().toJson(this.dynamiccruxs);
- } else {
- this.dynamiccruxsJson = dynamiccruxsJson;
- }
- }
-
- public List<String> getNodynamiccruxs() {
- return nodynamiccruxs;
- }
-
- public void setNodynamiccruxs(List<String> nodynamiccruxs) {
- this.nodynamiccruxs = nodynamiccruxs;
- }
-
- public List<String> getDynamiccruxs() {
- return dynamiccruxs;
- }
-
- public void setDynamiccruxs(List<String> dynamiccruxs) {
- this.dynamiccruxs = dynamiccruxs;
- }
-
- public String getOptiondesc() {
- return optiondesc;
- }
-
- public void setOptiondesc(String optiondesc) {
- this.optiondesc = optiondesc;
- }
-
- public String getLanguage() {
- return language;
- }
-
- public void setLanguage(String language) {
- this.language = language;
- }
-
- public String getVersion() {
- return version;
- }
-
- public void setVersion(String version) {
- this.version = version;
- }
-
- public String getGroupid() {
- return groupid;
- }
-
- public void setGroupid(String groupid) {
- this.groupid = groupid;
- }
-
- public Long getIsabnormal() {
- return isabnormal;
- }
-
- public void setIsabnormal(Long isabnormal) {
- this.isabnormal = isabnormal;
- }
-
- public Long getWarnup() {
- return warnup;
- }
-
- public void setWarnup(Long warnup) {
- this.warnup = warnup;
- }
-
- public Long getWarndown() {
- return warndown;
- }
-
- public void setWarndown(Long warndown) {
- this.warndown = warndown;
- }
-
- public String getDelFlag() {
- return delFlag;
- }
-
- public void setDelFlag(String delFlag) {
- this.delFlag = delFlag;
- }
-
- public Long getIsupload() {
- return isupload;
- }
-
- public void setIsupload(Long isupload) {
- this.isupload = isupload;
- }
-
- public Date getUploadTime() {
- return uploadTime;
- }
-
- public void setUploadTime(Date uploadTime) {
- this.uploadTime = uploadTime;
- }
-
- public String getOrgid() {
- return orgid;
- }
-
- public void setOrgid(String orgid) {
- this.orgid = orgid;
- }
-
- public Long getPid() {
- return pid;
- }
-
- public void setPid(Long pid) {
- this.pid = pid;
- }
-
- public String getGuid() {
- return guid;
- }
-
- public void setGuid(String guid) {
- this.guid = guid;
- }
-
- public Integer getIsoperation() {
- return isoperation;
- }
-
- public void setIsoperation(Integer isoperation) {
- this.isoperation = isoperation;
- }
}
--
Gitblit v1.9.3