From cd373a1f9b2de04804b7869eb33abedcf3566363 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 23 九月 2026 10:18:07 +0800
Subject: [PATCH] 【丽水】随访任务页查询,待发送/已发送数量改为异步查询
---
smartor/src/main/java/com/smartor/domain/VO/QuestionCountKsOrBqVO.java | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/VO/QuestionCountKsOrBqVO.java b/smartor/src/main/java/com/smartor/domain/VO/QuestionCountKsOrBqVO.java
index e3a6cb5..16724ca 100644
--- a/smartor/src/main/java/com/smartor/domain/VO/QuestionCountKsOrBqVO.java
+++ b/smartor/src/main/java/com/smartor/domain/VO/QuestionCountKsOrBqVO.java
@@ -50,7 +50,6 @@
@ApiModelProperty(value = "閮ㄩ棬code闆嗗悎")
private List<String> leaveldeptcodes;
-
/**
* 寮�濮嬪嚭闄㈡棩鏈�
*/
@@ -70,4 +69,7 @@
@ApiModelProperty(value = "闂绫诲瀷锛�1.鍗曢�� 2澶氶�� 3闂瓟 4濉┖ 5鍏跺畠锛�")
private String valueType;
+
+ @ApiModelProperty(value = "浠诲姟妯℃澘ID")
+ private String taskTemplateid;
}
--
Gitblit v1.9.3