From 01a79d5b431b71cc79cf5f6cc92cd4f3432781dd Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 30 四月 2024 12:39:54 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java | 229 --------------------------------------------------------- 1 files changed, 1 insertions(+), 228 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java index d73bac6..968ae44 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTargetoption.java @@ -21,6 +21,7 @@ * @author ruoyi * @date 2023-12-14 */ +@Data @ApiModel(value = "IvrLibaTargetoption", description = "鎸囨爣閫夐」搴撳璞�") public class IvrLibaTargetoption extends BaseEntity { private static final long serialVersionUID = 1L; @@ -174,232 +175,4 @@ @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) { - this.nodynamiccruxsJson = nodynamiccruxsJson; - } - - public String getDynamiccruxsJson() { - return dynamiccruxsJson; - } - - public void setDynamiccruxsJson(String dynamiccruxsJson) { - 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