From 29d027349c605bda0b7944301cd82a25ec9c1d7a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 07 五月 2024 16:42:03 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/IvrTaskSingleVO.java | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrTaskSingleVO.java b/smartor/src/main/java/com/smartor/domain/IvrTaskSingleVO.java
index b8cd039..adf02c7 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrTaskSingleVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrTaskSingleVO.java
@@ -282,6 +282,20 @@
private Long isupload;
/**
+ * 鎮h�匢D
+ */
+ @Excel(name = "鎮h�匢D")
+ @ApiModelProperty(value = "鎮h�匢D")
+ private String patientid;
+
+ /**
+ * 鎮h�呭鍚�
+ */
+ @Excel(name = "鎮h�呭鍚�")
+ @ApiModelProperty(value = "鎮h�呭鍚�")
+ private String patientname;
+
+ /**
* 涓婁紶鏃堕棿
*/
@JsonFormat(pattern = "yyyy-MM-dd")
--
Gitblit v1.9.3