From c466328ae0389f01ba2413fd75182ba799dba8f6 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 20 三月 2024 15:11:46 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java |  261 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 259 insertions(+), 2 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java
index 46b0e50..efa9a8b 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java
@@ -1,8 +1,12 @@
 package com.smartor.domain;
 
+import java.util.ArrayList;
 import java.util.Date;
+import java.util.List;
 
 import com.fasterxml.jackson.annotation.JsonFormat;
+import com.fasterxml.jackson.annotation.JsonSubTypes;
+import com.google.gson.Gson;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
@@ -17,7 +21,6 @@
  * @author ruoyi
  * @date 2023-12-14
  */
-@Data
 @ApiModel(value = "IvrLibaTargetoption", description = "鎸囨爣閫夐」搴撳璞�")
 public class IvrLibaTargetoption extends BaseEntity {
     private static final long serialVersionUID = 1L;
@@ -47,9 +50,31 @@
     @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
     private String targetvalue;
 
-    @ApiModelProperty(value = "姝e垯")
+    @ApiModelProperty(value = "姝e垯1")
     @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
     private String targetregex;
+
+    @ApiModelProperty(value = "姝e垯2")
+    @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
+    private String targetregex2;
+
+
+    @Excel(name = "姝e垯鍏抽敭瀛楅泦鍚�(鍚�)")
+    private String nodynamiccruxsJson;
+
+
+    @Excel(name = "姝e垯鍏抽敭瀛楅泦鍚�(涓嶅惈)")
+    private String dynamiccruxsJson;
+
+    @ApiModelProperty(value = "姝e垯鍏抽敭瀛�(鍚�)")
+    @Excel(name = "姝e垯鍏抽敭瀛�(鍚�)")
+    @JsonFormat
+    private List<String> nodynamiccruxs=new ArrayList<>();
+
+    @ApiModelProperty(value = "姝e垯鍏抽敭瀛�(涓嶅惈)")
+    @Excel(name = "姝e垯鍏抽敭瀛�(涓嶅惈)")
+    @JsonFormat
+    private List<String> dynamiccruxs=new ArrayList<>();
 
     @ApiModelProperty(value = "閫夐」鎻忚堪")
     @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
@@ -149,6 +174,238 @@
     @Excel(name = "pageSize")
     private Integer pageSize;
 
+    public Long getTargetoptionid() {
+        return targetoptionid;
+    }
+
+    public void setTargetoptionid(Long targetoptionid) {
+        this.targetoptionid = targetoptionid;
+    }
+
+    public Long getTargetid() {
+        return targetid;
+    }
+
+    public void setTargetid(Long targetid) {
+        this.targetid = targetid;
+    }
+
+    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 Long getVersion() {
+        return version;
+    }
+
+    public void setVersion(Long 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;
+    }
+
+    public Integer getAllitems() {
+        return allitems;
+    }
+
+    public void setAllitems(Integer allitems) {
+        this.allitems = allitems;
+    }
+
+    public Integer getPageNum() {
+        return pageNum;
+    }
+
+    public void setPageNum(Integer pageNum) {
+        this.pageNum = pageNum;
+    }
+
+    public Integer getPageSize() {
+        return pageSize;
+    }
+
+    public void setPageSize(Integer pageSize) {
+        this.pageSize = pageSize;
+    }
+
     @Override
     public String toString() {
         return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE).append("targetoptionid", getTargetoptionid()).append("targetid", getTargetid()).append("targettype", getTargettype()).append("categoryName", getCategoryName()).append("targetvalue", getTargetvalue()).append("targetregex", getTargetregex()).append("optiondesc", getOptiondesc()).append("language", getLanguage()).append("version", getVersion()).append("groupid", getGroupid()).append("isabnormal", getIsabnormal()).append("warnup", getWarnup()).append("warndown", getWarndown()).append("delFlag", getDelFlag()).append("updateBy", getUpdateBy()).append("updateTime", getUpdateTime()).append("createBy", getCreateBy()).append("createTime", getCreateTime()).append("isupload", getIsupload()).append("uploadTime", getUploadTime()).append("orgid", getOrgid()).append("pid", getPid()).append("guid", getGuid()).toString();

--
Gitblit v1.9.3