From a890fa7ef468579c800fccb943a6ff45c029f842 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 22 九月 2026 09:58:52 +0800
Subject: [PATCH] 【丽水】随访增加是否打过人工电话标识

---
 smartor/src/main/java/com/smartor/domain/VO/QuestionCountKsOrBqVO.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 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 c59a800..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,14 +50,13 @@
     @ApiModelProperty(value = "閮ㄩ棬code闆嗗悎")
     private List<String> leaveldeptcodes;
 
-
     /**
      * 寮�濮嬪嚭闄㈡棩鏈�
      */
     @JsonFormat(pattern = "yyyy-MM-dd")
     @DateTimeFormat(pattern = "yyyy-MM-dd")
     @ApiModelProperty(value = "寮�濮嬪畬鎴愭棩鏈�")
-    private Date startFinisTime;
+    private Date startFinishTime;
 
     /**
      * 缁撴潫鍑洪櫌鏃ユ湡
@@ -70,4 +69,7 @@
 
     @ApiModelProperty(value = "闂绫诲瀷锛�1.鍗曢�� 2澶氶�� 3闂瓟 4濉┖  5鍏跺畠锛�")
     private String valueType;
+
+    @ApiModelProperty(value = "浠诲姟妯℃澘ID")
+    private String taskTemplateid;
 }

--
Gitblit v1.9.3