From 500130efe30180fe635ba4482e097e848d37c7e3 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 28 五月 2024 09:42:39 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrTaskVO.java |   35 +++++++++++++++++++++++++++++++++--
 1 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskVO.java b/smartor/src/main/java/com/smartor/domain/IvrTaskVO.java
index 4a90bd2..aa62d2e 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrTaskVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrTaskVO.java
@@ -9,6 +9,7 @@
 import org.apache.commons.lang3.builder.ToStringStyle;
 
 import java.util.Date;
+import java.util.List;
 
 /**
  * 璇煶浠诲姟瀵硅薄 ivr_task
@@ -21,6 +22,13 @@
     private static final long serialVersionUID = 1L;
 
     /**
+     * 浠诲姟鎻忚堪
+     */
+    @Excel(name = "浠诲姟鎻忚堪")
+    @ApiModelProperty(value = "浠诲姟鎻忚堪")
+    private String taskDesc;
+
+    /**
      *
      */
     private Long taskid;
@@ -29,13 +37,23 @@
      *
      */
     @Excel(name = "  ")
-    private String taskname;
+    private String taskName;
 
     /**
      *
      */
     @Excel(name = "  ")
-    private String templateid;
+    private Long templateid;
+    /**
+     *
+     */
+    @Excel(name = "  ")
+    private Long libtemplateid;
+    /**
+     *
+     */
+    @Excel(name = "  ")
+    private String libtemplatename;
 
     /**
      *
@@ -203,5 +221,18 @@
     @ApiModelProperty(value = "灏辫瘖缂栧彿锛堝搴旂殑outhospno銆乮nhospno锛�")
     private String hospno;
 
+    /**
+     * 鍙戦�佹椂闂存
+     */
+    @ApiModelProperty(value = "鍙戦�佹椂闂存 ")
+    private List<TaskSendTimeVO> sendTimeslot;
+
+    /**
+     * 鍙戦�佺姸鎬侊細  0  澶辫触   1鎴愬姛
+     */
+    @Excel(name = " 鍙戦�佺姸鎬侊細 1鍒涘缓   2鎵ц涓�   3 鏆傚仠   4缁堟  5瀹屾垚 ")
+    @ApiModelProperty(value = "鍙戦�佺姸鎬侊細 1鍒涘缓   2鎵ц涓�   3 鏆傚仠   4缁堟  5瀹屾垚 ")
+    private String sendState;
+
 
 }

--
Gitblit v1.9.3