From bb60b5747d5f4b85655a541d4990ec7464497b1b Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 10 五月 2024 18:18:02 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/IvrTaskSingle.java | 52 +++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 41 insertions(+), 11 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskSingle.java b/smartor/src/main/java/com/smartor/domain/IvrTaskSingle.java index b17b6da..586d06c 100644 --- a/smartor/src/main/java/com/smartor/domain/IvrTaskSingle.java +++ b/smartor/src/main/java/com/smartor/domain/IvrTaskSingle.java @@ -9,14 +9,14 @@ import com.ruoyi.common.core.domain.BaseEntity; /** - * 鍗曚竴浠诲姟锛堥殢璁匡級瀵硅薄 ivr_taskcall + * 鍗曚竴浠诲姟锛堥殢璁匡級瀵硅薄 ivr_tasksingle * * @author ruoyi * @date 2024-02-02 */ @Data public class IvrTaskSingle extends BaseEntity { - @ApiModelProperty(value = "鎷夊彇鏃堕棿") + @ApiModelProperty(value = "鍗曚竴浠诲姟锛堥殢璁匡級") private static final long serialVersionUID = 1L; /** @@ -196,13 +196,6 @@ private String username; /** - * - */ - @Excel(name = " outbounduuid ") - @ApiModelProperty(value = "outbounduuid") - private String outbounduuid; - - /** * 灏辫瘖璁板綍缂栧彿 */ @Excel(name = " 灏辫瘖璁板綍缂栧彿 ") @@ -320,7 +313,7 @@ */ @Excel(name = "搴婂彿") @ApiModelProperty(value = "搴婂彿") - private Long badNo; + private String bedNo; /** * 鐤剧梾鍚嶇О @@ -412,6 +405,43 @@ * 灏辫瘖绫诲瀷锛�1闂ㄨ瘖 2鍑洪櫌锛� */ @Excel(name = " 灏辫瘖绫诲瀷锛�1闂ㄨ瘖 2鍑洪櫌锛�") - @ApiModelProperty(value = "灏辫瘖绫诲瀷锛�1闂ㄨ瘖 2鍑洪櫌锛�") + @ApiModelProperty(value = "灏辫瘖绫诲瀷锛�1闂ㄨ瘖 2鍑洪櫌 3.涓撶梾锛�") private String hospType; + + + /** + * 寰俊 + */ + @Excel(name = " 寰俊") + @ApiModelProperty(value = "寰俊") + private String wechat; + + /** + * 璇婃柇鍚嶇О + */ + @Excel(name = " 璇婃柇鍚嶇О") + @ApiModelProperty(value = "璇婃柇鍚嶇О") + private String diagname; + + /** + * 绉戝鍚嶇О + */ + @Excel(name = "绉戝鍚嶇О") + @ApiModelProperty(value = "绉戝鍚嶇О") + private String deptname; + + /** + * 灏辫瘖鏃ユ湡 + */ + @Excel(name = " 灏辫瘖鏃ユ湡") + @ApiModelProperty(value = "灏辫瘖鏃ユ湡") + private Date admindate; + + /** + * 鐥呮埧鍙� + */ + @Excel(name = " 鐥呮埧鍙�") + @ApiModelProperty(value = "鐥呮埧鍙�") + private String roomno; + } -- Gitblit v1.9.3