From ac79f032745c975eb77d6fb148ed390f2373559e Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 28 十二月 2023 17:58:52 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTarget.java | 219 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 219 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTarget.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTarget.java
new file mode 100644
index 0000000..a415fc7
--- /dev/null
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateTarget.java
@@ -0,0 +1,219 @@
+package com.smartor.domain;
+
+import java.util.Date;
+
+import com.fasterxml.jackson.annotation.JsonFormat;
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
+import org.apache.commons.lang3.builder.ToStringBuilder;
+import org.apache.commons.lang3.builder.ToStringStyle;
+import com.ruoyi.common.annotation.Excel;
+import com.ruoyi.common.core.domain.BaseEntity;
+
+/**
+ * 妯$増闂鎸囨爣搴撳璞� ivr_liba_template_target
+ *
+ * @author ruoyi
+ * @date 2023-12-23
+ */
+@Data
+@ApiModel(value = "IvrLibaTemplateTarget", description = "妯$増闂鎸囨爣搴撳璞�")
+public class IvrLibaTemplateTarget extends BaseEntity {
+ private static final long serialVersionUID = 1L;
+
+ /**
+ * 妯℃澘鎸囨爣ID
+ */
+ @ApiModelProperty(value = "妯℃澘鎸囨爣ID")
+ private Long ID;
+
+ /**
+ * 妯℃澘璇濇湳ID
+ */
+ @Excel(name = "妯℃澘璇濇湳ID")
+ @ApiModelProperty(value = "妯℃澘璇濇湳ID")
+ private Long templateQuestionID;
+
+ /**
+ * 妯℃澘璇濇湳缂栧彿
+ */
+ @Excel(name = "妯℃澘璇濇湳缂栧彿")
+ @ApiModelProperty(value = "妯℃澘璇濇湳缂栧彿")
+ private Long templateQuestionNum;
+
+ /**
+ * 涓嬩竴涓瘽鏈紪鍙�
+ */
+ @Excel(name = "涓嬩竴涓瘽鏈紪鍙�")
+ @ApiModelProperty(value = "涓嬩竴涓瘽鏈紪鍙�")
+ private Long nextQuestionNum;
+
+ /**
+ * 妯℃澘ID
+ */
+ @Excel(name = "妯℃澘ID")
+ @ApiModelProperty(value = "妯℃澘ID")
+ private Long templateID;
+
+ /**
+ * 鑺傜偣ID
+ */
+ @Excel(name = "鑺傜偣ID")
+ @ApiModelProperty(value = "鑺傜偣ID")
+ private Long switchID;
+
+ /**
+ * 鑺傜偣鎻忚堪
+ */
+ @Excel(name = "鑺傜偣鎻忚堪")
+ @ApiModelProperty(value = "鑺傜偣鎻忚堪")
+ private String switchDescription;
+
+ /**
+ * 鑺傜偣鍐呭
+ */
+ @Excel(name = "鑺傜偣鍐呭")
+ @ApiModelProperty(value = "鑺傜偣鍐呭")
+ private String switchText;
+
+ /**
+ * 鑺傜偣鐨刉AV鏍煎紡
+ */
+ @Excel(name = "鑺傜偣鐨刉AV鏍煎紡")
+ @ApiModelProperty(value = "鑺傜偣鐨刉AV鏍煎紡")
+ private String switchWav;
+
+ /**
+ * 鑺傜偣寰呭尮閰嶈闊�
+ */
+ @Excel(name = "鑺傜偣寰呭尮閰嶈闊�")
+ @ApiModelProperty(value = "鑺傜偣寰呭尮閰嶈闊�")
+ private String switchTempWav;
+
+ /**
+ * 鎸囨爣绫诲瀷
+ */
+ @Excel(name = "鎸囨爣绫诲瀷")
+ @ApiModelProperty(value = "鎸囨爣绫诲瀷")
+ private String targetType;
+
+ /**
+ * 鍒嗙被鍚�
+ */
+ @Excel(name = "鍒嗙被鍚�")
+ @ApiModelProperty(value = "鍒嗙被鍚�")
+ private String categoryName;
+
+ /**
+ * 鎸囨爣鍊�
+ */
+ @Excel(name = "鎸囨爣鍊�")
+ @ApiModelProperty(value = "鎸囨爣鍊�")
+ private String targetValue;
+
+ /**
+ * 鎸囨爣ID
+ */
+ @Excel(name = "鎸囨爣ID")
+ @ApiModelProperty(value = "鎸囨爣ID")
+ private String targetID;
+
+ /**
+ * 璇濇湳鎸囨爣ID
+ */
+ @Excel(name = "璇濇湳鎸囨爣ID")
+ @ApiModelProperty(value = "璇濇湳鎸囨爣ID")
+ private String questionTargetID;
+
+ /**
+ * 鍩虹姝e垯
+ */
+ @Excel(name = "鍩虹姝e垯")
+ @ApiModelProperty(value = "鍩虹姝e垯")
+ private String basicRegex;
+
+ /**
+ * 鑷韩姝e垯
+ */
+ @Excel(name = "鑷韩姝e垯")
+ @ApiModelProperty(value = "鑷韩姝e垯")
+ private String selfRegex;
+
+ /**
+ * 姝e垯浣跨敤绫诲瀷
+ */
+ @Excel(name = "姝e垯浣跨敤绫诲瀷")
+ @ApiModelProperty(value = "姝e垯浣跨敤绫诲瀷")
+ private String regexUsedType;
+
+ /**
+ * 璇█
+ */
+ @Excel(name = "璇█")
+ @ApiModelProperty(value = "璇█")
+ private String language;
+
+ /**
+ * 鍊肩被鍨嬶紙1 閫夐」 2 鏂囨湰 3 鏁板�硷級
+ */
+ @Excel(name = "鍊肩被鍨�", readConverterExp = "1=,閫�=椤�,2=,鏂�=鏈�,3=,鏁�=鍊�")
+ @ApiModelProperty(value = "鍊肩被鍨嬶紙1 閫夐」 2 鏂囨湰 3 鏁板�硷級")
+ private Long isEnable;
+
+ /**
+ * 鎾姤绫诲瀷 0.璇煶浼樺厛 1.鏂囧瓧浼樺厛
+ */
+ @Excel(name = "鎾姤绫诲瀷 0.璇煶浼樺厛 1.鏂囧瓧浼樺厛")
+ @ApiModelProperty(value = "鎾姤绫诲瀷 0.璇煶浼樺厛 1.鏂囧瓧浼樺厛")
+ private Long playType;
+
+ /**
+ * 鍒犻櫎鏍囪
+ */
+ @ApiModelProperty(value = "鍒犻櫎鏍囪")
+ private String delFlag;
+
+ /**
+ * 涓婁紶鏍囪
+ */
+ @Excel(name = " 涓婁紶鏍囪 ")
+ @ApiModelProperty(value = "涓婁紶鏍囪")
+ private Long isupload;
+
+ /**
+ * 涓婁紶鏃堕棿
+ */
+ @JsonFormat(pattern = "yyyy-MM-dd")
+ @Excel(name = " 涓婁紶鏃堕棿 ", width = 30, dateFormat = "yyyy-MM-dd")
+ @ApiModelProperty(value = "涓婁紶鏃堕棿")
+ private Date uploadTime;
+
+ /**
+ * 鏈烘瀯ID
+ */
+ @Excel(name = " 鏈烘瀯ID ")
+ @ApiModelProperty(value = "鏈烘瀯ID")
+ private String orgid;
+
+ /**
+ * 鐖禝D
+ */
+ @Excel(name = "鐖禝D")
+ @ApiModelProperty(value = "鐖禝D")
+ private Long pid;
+
+ /**
+ * GUID
+ */
+ @Excel(name = "GUID")
+ @ApiModelProperty(value = "GUID")
+ private String guid;
+
+ /**
+ * 鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎
+ */
+ @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎")
+ private Integer isoperation;
+
+}
--
Gitblit v1.9.3