From 27c3f725f9bbd51e97857de6cc191d016b660bd6 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 18 七月 2024 18:01:39 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java | 47 +++++++----------------------------------------
1 files changed, 7 insertions(+), 40 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java
index 2f45668..388611e 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrTaskTemplateScript.java
@@ -34,12 +34,6 @@
@ApiModelProperty(value = "浠诲姟id")
private Long taskid;
- /**
- * 妯℃澘璇濇湳缂栧彿
- */
- @Excel(name = "妯℃澘璇濇湳缂栧彿")
- @ApiModelProperty(value = "妯℃澘璇濇湳缂栧彿")
- private Long templateQuestionNum;
/**
* 妯℃澘ID
@@ -48,12 +42,6 @@
@ApiModelProperty(value = "妯℃澘ID")
private Long templateID;
- /**
- * 璇濇湳ID
- */
- @Excel(name = "璇濇湳ID")
- @ApiModelProperty(value = "璇濇湳ID")
- private Long scriptID;
/**
* 闂鐐�
@@ -61,20 +49,6 @@
@Excel(name = "闂鐐�")
@ApiModelProperty(value = "闂鐐�")
private String questionPoint;
-
- /**
- * 璇濇湳鍐呭
- */
- @Excel(name = "璇濇湳鍐呭")
- @ApiModelProperty(value = "璇濇湳鍐呭")
- private String questionText;
-
- /**
- * 璇濇湳璇煶
- */
- @Excel(name = "璇濇湳璇煶")
- @ApiModelProperty(value = "璇濇湳璇煶")
- private String questionVoice;
/**
* 鏃犲尮閰嶈瘽鏈�
@@ -231,20 +205,6 @@
private String targetvalue;
/**
- * 鏍囬
- */
- @Excel(name = "鏍囬")
- @ApiModelProperty(value = "鏍囬")
- private String questiontitle;
-
- /**
- * 涓嬩竴棰�
- */
- @Excel(name = "涓嬩竴棰�")
- @ApiModelProperty(value = "涓嬩竴棰�")
- private Long nextQuestion;
-
- /**
* 鍏跺畠鏁版嵁锛堝瓨鍌ㄥ彉閲忥級
*/
@Excel(name = "鍏跺畠鏁版嵁", readConverterExp = "瀛�=鍌ㄥ彉閲�")
@@ -265,4 +225,11 @@
@ApiModelProperty(value = "闂缁撴灉锛堢粰鈥滃�肩被鍨嬧�濇槸鏂囨湰鎴栬�呮暟鍊肩敤鐨勶級")
private String questionResult;
+ /**
+ * 鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎
+ */
+
+ @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎")
+ private Integer isoperation;
+
}
--
Gitblit v1.9.3