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/IvrLibaTemplateVO.java | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java index f838079..40b3849 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateVO.java @@ -241,6 +241,13 @@ private Long pid; /** + * 鏃犲尮閰嶆鏁� + */ + @Excel(name = "鏃犲尮閰嶆鏁�") + @ApiModelProperty(value = "鏃犲尮閰嶆鏁�") + private Long mateNum; + + /** * GUID */ @Excel(name = "GUID") @@ -290,6 +297,20 @@ private String tag; /** + * 闅忚鍓� + */ + @Excel(name = "闅忚鍓�") + @ApiModelProperty(value = "闅忚鍓�") + private String revisitBefore; + + /** + * 闅忚鍚� + */ + @Excel(name = "闅忚鍚�") + @ApiModelProperty(value = "闅忚鍚�") + private String revisitAfter; + + /** * 閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3 */ @Excel(name = "閫傜敤鏂瑰紡锛氳皟鏌ヨ〃1锛屾櫤鑳借闊�2銆佷汉宸�3") -- Gitblit v1.9.3