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/IvrLibaTemplate.java |   41 ++++++++++++++++++++++++++++++++++++++---
 1 files changed, 38 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..0659c20 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
@@ -241,6 +241,13 @@
     private Long pid;
 
     /**
+     * 鏃犲尮閰嶆鏁�
+     */
+    @Excel(name = "鏃犲尮閰嶆鏁�")
+    @ApiModelProperty(value = "鏃犲尮閰嶆鏁�")
+    private Long mateNum;
+
+    /**
      * GUID
      */
     @Excel(name = "GUID")
@@ -282,7 +289,7 @@
      */
     @Excel(name = "鍖婚櫌闄㈠尯")
     @ApiModelProperty(value = "鍖婚櫌闄㈠尯")
-    private String campus;
+    private String campus = "";
 
     /**
      * 鏍囩
@@ -291,4 +298,32 @@
     @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