From 8d913e5594f45ca2a4ce656ea9feb99ffe715913 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 29 十一月 2024 18:44:58 +0800
Subject: [PATCH] 代码提交

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

diff --git a/smartor/src/main/java/com/smartor/domain/SvyTask.java b/smartor/src/main/java/com/smartor/domain/SvyTask.java
index 8d47243..d259347 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyTask.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyTask.java
@@ -38,7 +38,14 @@
      */
     @Excel(name = "  ")
     @ApiModelProperty(value = "浠诲姟鍚嶇О")
-    private String taskname;
+    private String taskName;
+
+    /**
+     *
+     */
+    @Excel(name = "  ")
+    @ApiModelProperty(value = "浠诲姟鎻忚堪")
+    private String taskDesc;
 
     /**
      * 妯℃澘ID
@@ -236,13 +243,13 @@
      */
     @Excel(name = "鏄惁鍙戦�� 锛� 0 鏆傚仠鍙戦��  1 瀹氭椂鍙戦��  2 绔嬪嵆鍙戦��  ")
     @ApiModelProperty(value = "鏄惁鍙戦�� 锛� 0 鏆傚仠鍙戦��  1 瀹氭椂鍙戦��  2 绔嬪嵆鍙戦��")
-    private Long isSend;
+    private Long sendType;
 
     /**
-     * 鍙戦�佺姸鎬侊細  0  澶辫触   1鎴愬姛
+     * 鍙戦�佺姸鎬�: 1鏂板缓 2鎵ц涓� 3鏆傚仠 4缁堟 5瀹屾垚
      */
-    @Excel(name = "鍙戦�佺姸鎬侊細  0  澶辫触   1鎴愬姛")
-    @ApiModelProperty(value = "鍙戦�佺姸鎬侊細  0  澶辫触   1鎴愬姛")
+    @Excel(name = "鍙戦�佺姸鎬�: 1鏂板缓 2鎵ц涓� 3鏆傚仠 4缁堟 5瀹屾垚")
+    @ApiModelProperty(value = "鍙戦�佺姸鎬�: 1鏂板缓 2鎵ц涓� 3鏆傚仠 4缁堟 5瀹屾垚")
     private String sendState;
 
     /**
@@ -297,4 +304,16 @@
     @Excel(name = "妯℃澘搴撴ā鐗圛D")
     private String libtemplateid;
 
+    /**
+     * pageNum
+     */
+    @ApiModelProperty("pageNum")
+    private Integer pageNum;
+
+    /**
+     * pageSize
+     */
+    @ApiModelProperty("pageSize")
+    private Integer pageSize;
+
 }

--
Gitblit v1.9.3