From 9526971c403417c1c007804f24884c443b9e6cd7 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 04 九月 2024 00:34:40 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java |   17 +++++++++++------
 1 files changed, 11 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 2d3c71f..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
@@ -261,4 +263,7 @@
     @ApiModelProperty(value = "闄勪欢淇℃伅")
     private String appenddesc;
 
+    @ApiModelProperty(value = "閫変腑鎻愮ず")
+    private String prompt;
+
 }

--
Gitblit v1.9.3