From fdf1b9c1e4489a0c2615fa596268b2f71fad7b4c Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 15 四月 2024 09:08:10 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
1 files changed, 50 insertions(+), 5 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java
index 224a2b4..bf0404d 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java
@@ -1,6 +1,8 @@
package com.smartor.domain;
+import java.util.ArrayList;
import java.util.Date;
+import java.util.List;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
@@ -147,13 +149,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;
/**
@@ -196,7 +198,7 @@
*/
@Excel(name = "閮ㄩ棬鍚嶇О")
@ApiModelProperty(value = "閮ㄩ棬鍚嶇О")
- private String deptNames;
+ private String deptNames = "";
/**
* F_KSDM
@@ -241,6 +243,20 @@
private Long pid;
/**
+ * 鏃犲尮閰嶆鏁�
+ */
+ @Excel(name = "鏃犲尮閰嶆鏁�")
+ @ApiModelProperty(value = "鏃犲尮閰嶆鏁�")
+ private Long mateNum;
+
+ /**
+ * 闈欓粯娆℃暟
+ */
+ @Excel(name = "闈欓粯娆℃暟")
+ @ApiModelProperty(value = "闈欓粯娆℃暟")
+ private Long noVoiceNum = 0L;
+
+ /**
* GUID
*/
@Excel(name = "GUID")
@@ -282,7 +298,7 @@
*/
@Excel(name = "鍖婚櫌闄㈠尯")
@ApiModelProperty(value = "鍖婚櫌闄㈠尯")
- private String campus;
+ private String campus = "";
/**
* 鏍囩
@@ -291,4 +307,33 @@
@ApiModelProperty(value = "鏍囩")
private String tag;
+ /**
+ * 鏍囩
+ */
+ @Excel(name = "閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3")
+ @ApiModelProperty(value = "閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3")
+ private String suitway;
+
+ /**
+ * 鏍囩
+ */
+ @Excel(name = "鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級")
+ @ApiModelProperty(value = "鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級")
+ private String otherdata;
+
+ /**
+ * 闅忚鍓嶈瘽鏈紙寮�鍦虹櫧锛�
+ */
+ @Excel(name = "闅忚鍓嶈瘽鏈紙寮�鍦虹櫧锛�")
+ @ApiModelProperty(value = "闅忚鍓嶈瘽鏈紙寮�鍦虹櫧锛�")
+ private String revisitBefore;
+
+ /**
+ * 闅忚鍚�
+ */
+ @Excel(name = "闅忚鍚庤瘽鏈紙缁撴潫璇級")
+ @ApiModelProperty(value = "闅忚鍚庤瘽鏈紙缁撴潫璇級")
+ private String revisitAfter;
+
+
}
--
Gitblit v1.9.3