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 | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java index 59b208d..0659c20 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplate.java @@ -241,6 +241,13 @@ private Long pid; /** + * 鏃犲尮閰嶆鏁� + */ + @Excel(name = "鏃犲尮閰嶆鏁�") + @ApiModelProperty(value = "鏃犲尮閰嶆鏁�") + private Long mateNum; + + /** * GUID */ @Excel(name = "GUID") @@ -305,4 +312,18 @@ @ApiModelProperty(value = "鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級") private String otherdata; + /** + * 闅忚鍓� + */ + @Excel(name = "闅忚鍓�") + @ApiModelProperty(value = "闅忚鍓�") + private String revisitBefore; + + /** + * 闅忚鍚� + */ + @Excel(name = "闅忚鍚�") + @ApiModelProperty(value = "闅忚鍚�") + private String revisitAfter; + } -- Gitblit v1.9.3