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 | 24 +++++++++++++++++-------
1 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java
index 0659c20..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;
@@ -152,8 +154,8 @@
/**
* 閫氱敤鍖归厤璇濇湳id
*/
- @Excel(name = "閫氱敤鍖归厤璇濇湳id")
- @ApiModelProperty(value = "閫氱敤鍖归厤璇濇湳id")
+ @Excel(name = "閫氱敤鍖归厤璇濇湳id锛堥�氱敤妯℃澘ID锛�")
+ @ApiModelProperty(value = "閫氱敤鍖归厤璇濇湳id锛堥�氱敤妯℃澘ID锛�")
private String submoduleID;
/**
@@ -248,6 +250,13 @@
private Long mateNum;
/**
+ * 闈欓粯娆℃暟
+ */
+ @Excel(name = "闈欓粯娆℃暟")
+ @ApiModelProperty(value = "闈欓粯娆℃暟")
+ private Long noVoiceNum = 0L;
+
+ /**
* GUID
*/
@Excel(name = "GUID")
@@ -313,17 +322,18 @@
private String otherdata;
/**
- * 闅忚鍓�
+ * 闅忚鍓嶈瘽鏈紙寮�鍦虹櫧锛�
*/
- @Excel(name = "闅忚鍓�")
- @ApiModelProperty(value = "闅忚鍓�")
+ @Excel(name = "闅忚鍓嶈瘽鏈紙寮�鍦虹櫧锛�")
+ @ApiModelProperty(value = "闅忚鍓嶈瘽鏈紙寮�鍦虹櫧锛�")
private String revisitBefore;
/**
* 闅忚鍚�
*/
- @Excel(name = "闅忚鍚�")
- @ApiModelProperty(value = "闅忚鍚�")
+ @Excel(name = "闅忚鍚庤瘽鏈紙缁撴潫璇級")
+ @ApiModelProperty(value = "闅忚鍚庤瘽鏈紙缁撴潫璇級")
private String revisitAfter;
+
}
--
Gitblit v1.9.3