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 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 48 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 11556a1..aa62d2e 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrTaskVO.java +++ b/smartor/src/main/java/com/smartor/domain/IvrTaskVO.java @@ -3,11 +3,13 @@ import com.fasterxml.jackson.annotation.JsonFormat; import com.ruoyi.common.annotation.Excel; import com.ruoyi.common.core.domain.BaseEntity; +import io.swagger.annotations.ApiModelProperty; import lombok.Data; import org.apache.commons.lang3.builder.ToStringBuilder; import org.apache.commons.lang3.builder.ToStringStyle; import java.util.Date; +import java.util.List; /** * 璇煶浠诲姟瀵硅薄 ivr_task @@ -20,6 +22,13 @@ private static final long serialVersionUID = 1L; /** + * 浠诲姟鎻忚堪 + */ + @Excel(name = "浠诲姟鎻忚堪") + @ApiModelProperty(value = "浠诲姟鎻忚堪") + private String taskDesc; + + /** * */ private Long taskid; @@ -28,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; /** * @@ -188,5 +207,32 @@ @Excel(name = " 鏈彂閫� ") private Long wfs; + /** + * 灏辫瘖绫诲瀷锛�1闂ㄨ瘖 2鍑洪櫌锛� + */ + @Excel(name = " 灏辫瘖绫诲瀷锛�1闂ㄨ瘖 2鍑洪櫌锛�") + @ApiModelProperty(value = "灏辫瘖绫诲瀷锛�1闂ㄨ瘖 2鍑洪櫌 3.涓撶梾锛�") + private String hospType; + + /** + * 灏辫瘖缂栧彿锛堝搴旂殑outhospno銆乮nhospno锛� + */ + @Excel(name = " 灏辫瘖缂栧彿锛堝搴旂殑outhospno銆乮nhospno锛� ") + @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