From 580f358ce4e50816211d69ff6e31817b6593d731 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 22 十月 2024 17:32:50 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java | 23 +++++++++++++++++------
1 files changed, 17 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 661a2b1..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
@@ -244,6 +246,12 @@
private Integer nextQuestion;
/**
+ * 涓嬩竴棰�
+ */
+ @ApiModelProperty(value = "閫夐」缂栧彿")
+ private Long optionNo;
+
+ /**
* 閫夐」鍥剧墖璺緞
*/
@ApiModelProperty(value = "閫夐」鍥剧墖璺緞")
@@ -255,4 +263,7 @@
@ApiModelProperty(value = "闄勪欢淇℃伅")
private String appenddesc;
+ @ApiModelProperty(value = "閫変腑鎻愮ず")
+ private String prompt;
+
}
--
Gitblit v1.9.3