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/SvyTask.java | 27 +++++++++++++++++++++++---- 1 files changed, 23 insertions(+), 4 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/SvyTask.java b/smartor/src/main/java/com/smartor/domain/SvyTask.java index e2c8858..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 @@ -239,10 +246,10 @@ 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