From 01a79d5b431b71cc79cf5f6cc92cd4f3432781dd Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 30 四月 2024 12:39:54 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java | 65 +++++++++++++++++++++++++++++--- 1 files changed, 58 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 224a2b4..30c13bc 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; @@ -101,9 +103,15 @@ /** * 鍊肩被鍨嬶紙1 閫夐」 2 鏂囨湰 3 鏁板�硷級 */ - @Excel(name = "鍊肩被鍨�", readConverterExp = "1=,閫�=椤�,2=,鏂�=鏈�,3=,鏁�=鍊�") @ApiModelProperty(value = "鍊肩被鍨嬶紙1 閫夐」 2 鏂囨湰 3 鏁板�硷級") - private Long isEnable; + @Excel(name = "鍊肩被鍨�", readConverterExp = "1=閫夐」,2=鏂囨湰,3=鏁板��") + private Long valueType; + + /** + * 鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛� + */ + @ApiModelProperty(value = "鍥炲锛堟寚闂鐨勫洖澶嶏紝缁欓棶绛旈鐢ㄧ殑锛�") + private String reply; /** * 鏂板鐢ㄦ埛ID @@ -147,13 +155,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 +204,7 @@ */ @Excel(name = "閮ㄩ棬鍚嶇О") @ApiModelProperty(value = "閮ㄩ棬鍚嶇О") - private String deptNames; + private String deptNames = ""; /** * F_KSDM @@ -241,6 +249,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 +304,7 @@ */ @Excel(name = "鍖婚櫌闄㈠尯") @ApiModelProperty(value = "鍖婚櫌闄㈠尯") - private String campus; + private String campus = ""; /** * 鏍囩 @@ -291,4 +313,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