From c92523467edf0306bad25f141faa5fcb56da8806 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 06 三月 2024 11:24:17 +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