From 562a960261b75d70abd65aa10528f09aeece94e8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 24 九月 2024 09:49:23 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java | 30 ++++++++++++++++++++++++------
1 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java b/smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java
index 1910bd6..21f5c52 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java
@@ -1,5 +1,6 @@
package com.smartor.domain;
+import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
@@ -37,17 +38,18 @@
private Long targetid;
/**
+ * 鍒嗘暟
+ */
+ @Excel(name = "鍒嗘暟")
+ @ApiModelProperty(value = "鍒嗘暟")
+ private BigDecimal score;
+
+ /**
* 鎸囨爣鍚嶇О
*/
@Excel(name = "鎸囨爣鍚嶇О")
@ApiModelProperty(value = "鎸囨爣鍚嶇О")
private String targetname;
- /**
- * 鎸囨爣鍚嶇О
- */
- @Excel(name = "鍒嗘暟")
- @ApiModelProperty(value = "鍒嗘暟")
- private String score;
/**
* 妯℃澘ID
@@ -55,6 +57,13 @@
@Excel(name = "妯℃澘ID")
@ApiModelProperty(value = "妯℃澘ID")
private Long templateID;
+
+ /**
+ * 閫夐」缂栧彿
+ */
+ @Excel(name = "閫夐」缂栧彿")
+ @ApiModelProperty(value = "閫夐」缂栧彿")
+ private String optionCode;
/**
* 璇濇湳ID
@@ -237,6 +246,12 @@
private Integer nextQuestion;
/**
+ * 涓嬩竴棰�
+ */
+ @ApiModelProperty(value = "閫夐」缂栧彿")
+ private Long optionNo;
+
+ /**
* 閫夐」鍥剧墖璺緞
*/
@ApiModelProperty(value = "閫夐」鍥剧墖璺緞")
@@ -248,4 +263,7 @@
@ApiModelProperty(value = "闄勪欢淇℃伅")
private String appenddesc;
+ @ApiModelProperty(value = "閫変腑鎻愮ず")
+ private String prompt;
+
}
--
Gitblit v1.9.3