From 111c93ba533e13d9b47660c1e68ab1f9a23cfb68 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 19 四月 2024 10:54:40 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/IvrTaskSingle.java |   43 ++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 40 insertions(+), 3 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..c1512f7 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;
 
     /**
@@ -320,7 +320,7 @@
      */
     @Excel(name = "搴婂彿")
     @ApiModelProperty(value = "搴婂彿")
-    private Long badNo;
+    private String badNo;
 
     /**
      * 鐤剧梾鍚嶇О
@@ -414,4 +414,41 @@
     @Excel(name = "  灏辫瘖绫诲瀷锛�1闂ㄨ瘖  2鍑洪櫌锛�")
     @ApiModelProperty(value = "灏辫瘖绫诲瀷锛�1闂ㄨ瘖  2鍑洪櫌锛�")
     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