From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 18 九月 2024 09:39:02 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java b/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java
index 5d851e2..3d2077d 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyLibTemplate.java
@@ -43,10 +43,10 @@
     private String svycode;
 
     /**
-     * 闂嵎鍚嶇О
+     * 闂嵎妯℃澘鍚嶇О
      */
-    @ApiModelProperty(value = "闂嵎鍚嶇О", required = true)
-    @Excel(name = " 闂嵎鍚嶇О ")
+    @ApiModelProperty(value = "闂嵎妯℃澘鍚嶇О", required = true)
+    @Excel(name = " 闂嵎妯℃澘鍚嶇О ")
     private String svyname;
 
     /**
@@ -82,7 +82,7 @@
      */
     @ApiModelProperty(value = "鐗堟湰")
     @Excel(name = " 鐗堟湰 ")
-    private BigDecimal version;
+    private String version;
 
     /**
      * 涓績搴撲唬鐮�
@@ -170,6 +170,7 @@
      */
     @ApiModelProperty(value = "鏄惁瀛樺湪鎿嶄綔锛�1 鏂板 2淇敼 3鍒犻櫎")
     private Integer isoperation;
+
     /**
      * 绉戝鍚嶇О
      */
@@ -182,7 +183,7 @@
      */
     @Excel(name = "鏍囩淇℃伅")
     @ApiModelProperty("鏍囩淇℃伅")
-    private String labelInfo = "";
+    private List<SvyLibTemplateTag> svyLibTemplateTagList;
 
     /**
      * 闄㈠尯
@@ -225,6 +226,15 @@
     @ApiModelProperty(value = "鍒嗘暟绫诲瀷锛堟暟瀛楋紝瀛楁瘝锛岀瓑绾э級")
     private String scoreType;
 
+    @ApiModelProperty(value = "寮�鍦虹櫧")
+    private String prologue;
+
+    @ApiModelProperty(value = "鎸囧璇�")
+    private String instruction;
+
+    @ApiModelProperty(value = "缁撴潫璇�")
+    private String conclusion;
+
 
     public SvyLibTemplate() {
     }

--
Gitblit v1.9.3