From 9669ea20c78304d5fbbcbe952c97b3a8a5fe936e Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 03 九月 2025 10:19:13 +0800
Subject: [PATCH] 查询超时问题处理

---
 smartor/src/main/java/com/smartor/domain/SvyLibTemplateScriptVO.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/SvyLibTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/SvyLibTemplateScriptVO.java
index d8c1010..8e8203e 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyLibTemplateScriptVO.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyLibTemplateScriptVO.java
@@ -122,7 +122,7 @@
      * 鏄惁闅愯棌
      */
     @Excel(name = " 鏄惁闅愯棌 ")
-    @ApiModelProperty("鏄惁闅愯棌")
+    @ApiModelProperty("鏄惁闅愯棌:0鍚︼紙榛樿锛�    1鏄�")
     private Long ishide;
 
     /**
@@ -271,5 +271,7 @@
     @ApiModelProperty("棰樼洰缁撴灉ID(service_subtask_detail閲岀殑涓婚敭)")
     private String scriptResultId;
 
+    @ApiModelProperty("閫夐」绛旀鐨勯檮鍔犱俊鎭�")
+    private String answerps;
 
 }

--
Gitblit v1.9.3