From f1b0b8e5d775f4d443a929190cae932180c1a4ed Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期六, 20 七月 2024 16:43:11 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java |   21 ++++++++++++++++++++-
 1 files changed, 20 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..6e1845a 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 Long optionNo;
 
     /**
      * 璇濇湳ID
@@ -125,7 +138,7 @@
      */
     @Excel(name = "閫夐」鎻忚堪")
     @ApiModelProperty(value = "閫夐」鎻忚堪")
-    private String optiondesc;
+    private String optioncontent;
 
     /**
      * 璇█
@@ -236,4 +249,10 @@
     @ApiModelProperty(value = "閫夐」鍥剧墖璺緞")
     private String picturePath;
 
+    @ApiModelProperty(value = "閫夐」闄勫姞鏍囪瘑")
+    private String appendflag;
+
+    @ApiModelProperty(value = "闄勪欢淇℃伅")
+    private String appenddesc;
+
 }

--
Gitblit v1.9.3