From 7ef571e23124892654b480c7120fa69a4ae9eb36 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 25 七月 2024 09:34:43 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java b/smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java
index bfc0933..2d3c71f 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java
@@ -42,6 +42,12 @@
@Excel(name = "鎸囨爣鍚嶇О")
@ApiModelProperty(value = "鎸囨爣鍚嶇О")
private String targetname;
+ /**
+ * 鎸囨爣鍚嶇О
+ */
+ @Excel(name = "鍒嗘暟")
+ @ApiModelProperty(value = "鍒嗘暟")
+ private String score;
/**
* 妯℃澘ID
@@ -49,6 +55,13 @@
@Excel(name = "妯℃澘ID")
@ApiModelProperty(value = "妯℃澘ID")
private Long templateID;
+
+ /**
+ * 閫夐」缂栧彿
+ */
+ @Excel(name = "閫夐」缂栧彿")
+ @ApiModelProperty(value = "閫夐」缂栧彿")
+ private String optionCode;
/**
* 璇濇湳ID
@@ -125,7 +138,7 @@
*/
@Excel(name = "閫夐」鎻忚堪")
@ApiModelProperty(value = "閫夐」鎻忚堪")
- private String optiondesc;
+ private String optioncontent;
/**
* 璇█
@@ -231,9 +244,21 @@
private Integer nextQuestion;
/**
+ * 涓嬩竴棰�
+ */
+ @ApiModelProperty(value = "閫夐」缂栧彿")
+ private Long optionNo;
+
+ /**
* 閫夐」鍥剧墖璺緞
*/
@ApiModelProperty(value = "閫夐」鍥剧墖璺緞")
private String picturePath;
+ @ApiModelProperty(value = "閫夐」闄勫姞鏍囪瘑")
+ private String appendflag;
+
+ @ApiModelProperty(value = "闄勪欢淇℃伅")
+ private String appenddesc;
+
}
--
Gitblit v1.9.3