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/IvrLibaExtemplatescript.java | 41 ++++++++++++++++++++++++++++++++++++----- 1 files changed, 36 insertions(+), 5 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaExtemplatescript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaExtemplatescript.java index 0bbc10d..728c4fc 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrLibaExtemplatescript.java +++ b/smartor/src/main/java/com/smartor/domain/IvrLibaExtemplatescript.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; @@ -26,14 +28,14 @@ * 涓婚敭id */ @ApiModelProperty("涓婚敭id") - private String ID; + private Long ID; /** * 妯$増搴搃d */ @Excel(name = "妯$増搴搃d") @ApiModelProperty("妯$増搴搃d") - private String extID; + private Long extID; /** * 搴忓彿id @@ -57,12 +59,34 @@ private String switchWav; /** - * 鍖归厤瑙勫垯 + * 鍖归厤瑙勫垯(鍖呭惈鍏崇郴) */ - @Excel(name = "鍖归厤瑙勫垯") - @ApiModelProperty("鍖归厤瑙勫垯") + @Excel(name = "鍖归厤瑙勫垯(鍖呭惈鍏崇郴)") + @ApiModelProperty("鍖归厤瑙勫垯(鍖呭惈鍏崇郴)") private String selfRegex; + /** + * 鍖归厤瑙勫垯(涓嶅寘鍚叧绯�) + */ + @Excel(name = "鍖归厤瑙勫垯(涓嶅寘鍚叧绯�)") + @ApiModelProperty("鍖归厤瑙勫垯(涓嶅寘鍚叧绯�)") + private String selfRegex2; + + + + @Excel(name = "姝e垯鍏抽敭瀛楅泦鍚�(鍚�)") + private String nodynamiccruxsJson; + + @Excel(name = "姝e垯鍏抽敭瀛楅泦鍚�(涓嶅惈)") + private String dynamiccruxsJson; + + @ApiModelProperty(value = "姝e垯鍏抽敭瀛�(鍚�)") + @Excel(name = "姝e垯鍏抽敭瀛�(鍚�)") + private List<String> nodynamiccruxs = new ArrayList<>(); + + @ApiModelProperty(value = "姝e垯鍏抽敭瀛�(涓嶅惈)") + @Excel(name = "姝e垯鍏抽敭瀛�(涓嶅惈)") + private List<String> dynamiccruxs = new ArrayList<>(); /** * 鍚敤 */ @@ -106,6 +130,13 @@ private Long pid; /** + * 鏄惁缁撴潫 0锛氫笉缁撴潫 1锛氱粨鏉� + */ + @Excel(name = "鏄惁缁撴潫 0锛氫笉缁撴潫 1锛氱粨鏉�") + @ApiModelProperty("鏄惁缁撴潫 0锛氫笉缁撴潫 1锛氱粨鏉�") + private Long isEnd; + + /** * GUID */ @Excel(name = "GUID") -- Gitblit v1.9.3