From 562a960261b75d70abd65aa10528f09aeece94e8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 24 九月 2024 09:49:23 +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