From a0bcee3aa22b79f592c44cdb3dcdbd681490f265 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 15 一月 2024 10:34:31 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 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..59b208d 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java
@@ -147,7 +147,7 @@
      */
     @Excel(name = "鏍囩淇℃伅")
     @ApiModelProperty(value = "鏍囩淇℃伅")
-    private String labelInfo;
+    private String labelInfo = "";
 
     /**
      * 閫氱敤鍖归厤璇濇湳id
@@ -196,7 +196,7 @@
      */
     @Excel(name = "閮ㄩ棬鍚嶇О")
     @ApiModelProperty(value = "閮ㄩ棬鍚嶇О")
-    private String deptNames;
+    private String deptNames = "";
 
     /**
      * F_KSDM
@@ -282,7 +282,7 @@
      */
     @Excel(name = "鍖婚櫌闄㈠尯")
     @ApiModelProperty(value = "鍖婚櫌闄㈠尯")
-    private String campus;
+    private String campus = "";
 
     /**
      * 鏍囩
@@ -291,4 +291,18 @@
     @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;
+
 }

--
Gitblit v1.9.3