From 17a443d510a0aa4c545df0d11467ff17a24cfa6a Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 16 七月 2024 14:37:39 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatArchiveReq.java | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java b/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java index 2c1eb3c..5399440 100644 --- a/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java +++ b/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java @@ -31,9 +31,23 @@ /** * 濮撳悕 */ + @ApiModelProperty("鎮h�卛d闆嗗悎") + @Excel(name = " 鎮h�卛d闆嗗悎锛堝湪閫夋嫨鐥呬汉鏃讹紝杩囨护宸茬粡閫夋嫨鐨刾ids锛� ") + private List<Integer> pids; + + /** + * 濮撳悕 + */ @ApiModelProperty("濮撳悕") @Excel(name = " 濮撳悕 ") private String name; + + /** + * 鐤剧梾鍚嶇О + */ + @ApiModelProperty("鐤剧梾鍚嶇О") + @Excel(name = " 鐤剧梾鍚嶇О ") + private String diagname; /** * 璇佷欢鍙风爜 @@ -49,6 +63,13 @@ @ApiModelProperty("鎵嬫満鍙风爜") @Excel(name = " 鎵嬫満鍙风爜 ") private String telcode; + + /** + * 鎵嬫満鍙风爜 + */ + @ApiModelProperty("鎵嬫満鍙风爜") + @Excel(name = " 鎵嬫満鍙风爜 ") + private String leaveicd10code; /** * 鏍囩ID @@ -96,6 +117,12 @@ private String visitno; /** + * 闄㈠尯鍚嶇О + */ + @ApiModelProperty(value = " 闄㈠尯鍚嶇О ") + private String hospitaldistrictname; + + /** * pageNum */ @ApiModelProperty(value = "pageNum") -- Gitblit v1.9.3