From 141eef1ac1e9111fb33f96a95b59ba69422f8688 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 14 九月 2026 17:02:17 +0800
Subject: [PATCH] 1.优化问卷详情的查询速度
---
smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java b/smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java
index 90ca575..4254fc5 100644
--- a/smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java
+++ b/smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java
@@ -818,4 +818,12 @@
@ApiModelProperty(value = "鎵嬫湳璁板綍id闆嗗悎")
private List<Long> operationItemIds;
+
+ /**
+ * 骞撮緞
+ */
+ @Excel(name = " 鍑洪櫌鐥呬汉璁板綍ID闆嗗悎")
+ @ApiModelProperty(value = "鍑洪櫌鐥呬汉璁板綍ID闆嗗悎")
+ private List<Long> inhospids;
+
}
--
Gitblit v1.9.3