From afb277a81e060c6275f11e9f9f102b5dcfd80a72 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 27 六月 2024 09:46:05 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/SvyTaskVO.java |   32 ++++++++++++++++++++++++++++++--
 1 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/SvyTaskVO.java b/smartor/src/main/java/com/smartor/domain/SvyTaskVO.java
index 86fb3c8..3714066 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyTaskVO.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyTaskVO.java
@@ -38,7 +38,13 @@
      */
     @Excel(name = "  ")
     @ApiModelProperty(value = "浠诲姟鍚嶇О")
-    private String taskname;
+    private String taskName;
+    /**
+     *
+     */
+    @Excel(name = "  ")
+    @ApiModelProperty(value = "浠诲姟鎻忚堪")
+    private String taskDesc;
 
     /**
      * 妯℃澘ID
@@ -277,7 +283,7 @@
      */
     @Excel(name = "鏂囨湰鍙橀噺鍙傛暟")
     @ApiModelProperty(value = "鏂囨湰鍙橀噺鍙傛暟")
-    private String textParam;
+    private Map<String, Map<String, String>> textParam;
 
     /**
      * 鏆傚仠鐘舵�� 锛� 鐘舵�佸鏋滃彂鐢熶慨鏀癸紝鍊煎氨鍔�1
@@ -315,4 +321,26 @@
      */
     @Excel(name = "妯℃澘搴撴ā鐗圛D")
     private String libtemplateid;
+
+
+    /**
+     * 宸插彂閫�
+     */
+    @Excel(name = " 宸插彂閫� ")
+    private Long yfs;
+
+    /**
+     * 鏈彂閫�
+     */
+    @Excel(name = " 鏈彂閫� ")
+    private Long wfs;
+
+    /**
+     * 鏄惁鍙戦�� 锛� 0 鏆傚仠鍙戦��  1 瀹氭椂鍙戦��  2 绔嬪嵆鍙戦��
+     */
+    @Excel(name = "鏄惁鍙戦�� 锛� 0 鏆傚仠鍙戦��  1 瀹氭椂鍙戦��  2 绔嬪嵆鍙戦��  ")
+    @ApiModelProperty(value = "鏄惁鍙戦�� 锛� 0 鏆傚仠鍙戦��  1 瀹氭椂鍙戦��  2 绔嬪嵆鍙戦��")
+    private Long sendType;
+
+
 }

--
Gitblit v1.9.3