From b220383758021bcb26d0a788ebe9a31795d23b6d Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 26 四月 2024 09:41:57 +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