From 111c93ba533e13d9b47660c1e68ab1f9a23cfb68 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 19 四月 2024 10:54:40 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java | 64 +++++++++++++++++++++++++++-----
1 files changed, 54 insertions(+), 10 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java
index 0f4ed1c..f72fa81 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java
@@ -1,5 +1,6 @@
package com.smartor.domain;
+import com.alibaba.fastjson.annotation.JSONField;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.ruoyi.common.annotation.Excel;
import com.ruoyi.common.core.domain.BaseEntity;
@@ -7,6 +8,7 @@
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
+import java.util.ArrayList;
import java.util.Date;
import java.util.List;
@@ -146,13 +148,13 @@
*/
@Excel(name = "鏍囩淇℃伅")
@ApiModelProperty(value = "鏍囩淇℃伅")
- private String labelInfo;
+ private String labelInfo = "";
/**
* 閫氱敤鍖归厤璇濇湳id
*/
- @Excel(name = "閫氱敤鍖归厤璇濇湳id")
- @ApiModelProperty(value = "閫氱敤鍖归厤璇濇湳id")
+ @Excel(name = "閫氱敤鍖归厤璇濇湳id锛堥�氱敤妯℃澘ID锛�")
+ @ApiModelProperty(value = "閫氱敤鍖归厤璇濇湳id锛堥�氱敤妯℃澘ID锛�")
private String submoduleID;
/**
@@ -195,7 +197,7 @@
*/
@Excel(name = "閮ㄩ棬鍚嶇О")
@ApiModelProperty(value = "閮ㄩ棬鍚嶇О")
- private String deptNames;
+ private String deptNames = "";
/**
* F_KSDM
@@ -240,6 +242,13 @@
private Long pid;
/**
+ * 鏃犲尮閰嶆鏁�
+ */
+ @Excel(name = "鏃犲尮閰嶆鏁�")
+ @ApiModelProperty(value = "鏃犲尮閰嶆鏁�")
+ private Long mateNum = 0L;
+
+ /**
* GUID
*/
@Excel(name = "GUID")
@@ -279,7 +288,7 @@
*/
@Excel(name = "鍖婚櫌闄㈠尯")
@ApiModelProperty(value = "鍖婚櫌闄㈠尯")
- private String campus;
+ private String campus = "";
/**
* 鏍囩
@@ -287,6 +296,41 @@
@Excel(name = "鏍囩")
@ApiModelProperty(value = "鏍囩")
private String tag;
+
+ /**
+ * 闅忚鍓�
+ */
+ @Excel(name = "闅忚鍓�")
+ @ApiModelProperty(value = "闅忚鍓�")
+ private String revisitBefore;
+
+ /**
+ * 闅忚鍚�
+ */
+ @Excel(name = "闅忚鍚�")
+ @ApiModelProperty(value = "闅忚鍚�")
+ private String revisitAfter;
+
+ /**
+ * 閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3
+ */
+ @Excel(name = "閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3")
+ @ApiModelProperty(value = "閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3")
+ private String suitway;
+
+ /**
+ * 闈欓粯娆℃暟
+ */
+ @Excel(name = "闈欓粯娆℃暟")
+ @ApiModelProperty(value = "闈欓粯娆℃暟")
+ private Long noVoiceNum = 0L;
+
+ /**
+ * 鏍囩
+ */
+ @Excel(name = "鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級")
+ @ApiModelProperty(value = "鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級")
+ private String otherdata;
/**
* 鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎
@@ -298,12 +342,12 @@
// private List<IvrLibaTemplateTarget> ivrLibaTemplateTargetList;
@ApiModelProperty(value = "妯℃澘闂闆嗗悎")
- private List<IvrLibaTemplateScriptVO> ivrLibaTemplateScriptVOList;
+ private List<IvrLibaTemplateScriptVO> ivrLibaTemplateScriptVOList = new ArrayList<>();
@ApiModelProperty(value = "妯℃澘鎸囨爣闆嗗悎")
- private List<IvrLibaTemplateTag> ivrLibaTemplateTagList;
-//
-// @ApiModelProperty(value = "妯℃澘閫夐」闆嗗悎")
-// private List<IvrLibaTemplateTargetoption> ivrLibaTemplateTargetoptionList;
+ private List<IvrLibaTemplateTag> ivrLibaTemplateTagList = new ArrayList<>();
+
+ @ApiModelProperty(value = "妯℃澘绉戝鍏宠仈琛ㄩ泦鍚�")
+ private List<TempDetpRelevance> tempDetpRelevances = new ArrayList<>();
}
--
Gitblit v1.9.3