From 4a8af0dce1f6e2d82b9e3da1dde9aa4a6059b6ad Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 22 九月 2026 09:39:25 +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