From 7b67b02783e2f6a2b307c6c7abf6d8e3c17abd68 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期六, 23 五月 2026 22:19:16 +0800
Subject: [PATCH] 新增sendstateView(1:待随访(2 待发送);2:随访中(1 被领取、3 已发送)、3:未完成(5 发送失败、7、超时)、4:已完成( 6 已完成)、5:无需随访(4 不执行))

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

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubTaskMYDAnswerReq.java b/smartor/src/main/java/com/smartor/domain/ServiceSubTaskMYDAnswerReq.java
index b3bcba7..99e39ec 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubTaskMYDAnswerReq.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubTaskMYDAnswerReq.java
@@ -17,7 +17,7 @@
 public class ServiceSubTaskMYDAnswerReq {
 
     @ApiModelProperty(value = "闂嵎缁撴灉")
-    private List<SvyLibTemplateScriptVO> svyLibTemplateScriptVOS;
+    private List<SvyTaskTemplateScriptVO> svyTaskTemplateScriptVOS;
 
     @ApiModelProperty(value = "娴佹按鍙�")
     private String serialnum;
@@ -25,6 +25,9 @@
     @ApiModelProperty(value = "浠诲姟ID")
     private String taskId;
 
+    @ApiModelProperty(value = "subId")
+    private Long subId;
+
     @ApiModelProperty(value = "浣忛櫌 1   闂ㄨ瘖2    鎶曡瘔3")
     private String mzzy;
 }

--
Gitblit v1.9.3