From 7ae67ba965ea680407ae21fedbd035d43ce8c313 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 30 一月 2024 14:45:07 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/PatArchiveReq.java |   63 ++++++++++++++++++++++++++++++-
 1 files changed, 61 insertions(+), 2 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java b/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java
index b0c86f9..2c1eb3c 100644
--- a/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java
+++ b/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java
@@ -21,6 +21,12 @@
 @ApiModel(value = "PatArchiveReq", description = "鎮h�呮。妗堣姹傚璞�")
 @Data
 public class PatArchiveReq {
+    /**
+     * 濮撳悕
+     */
+    @ApiModelProperty("鎮h�卛d")
+    @Excel(name = " 鎮h�卛d ")
+    private String pid;
 
     /**
      * 濮撳悕
@@ -34,7 +40,7 @@
      */
     @ApiModelProperty("璇佷欢鍙风爜")
     @Excel(name = " 璇佷欢鍙风爜 ")
-    private String iccardno;
+    private String idcardno;
 
 
     /**
@@ -48,7 +54,60 @@
      * 鏍囩ID
      */
     @ApiModelProperty("鏍囩ID")
-    private String tagId;
+    private List<String> tagIds;
+
+
+    /**
+     * 鏌ョ湅鍏ㄩ儴  0   鏌ョ湅浣忛櫌  1  鏌ョ湅闂ㄨ瘖  2   鏌ョ湅浣撴  3
+     */
+    @ApiModelProperty(value = " 鏌ョ湅浣忛櫌  1  鏌ョ湅闂ㄨ瘖  2   鏌ョ湅浣撴  3")
+    private Long allhosp;
+
+
+    /**
+     * 鍖婚櫌鍚嶇О
+     */
+    @ApiModelProperty(value = "鍖婚櫌鍚嶇О")
+    private String hospitalname;
+
+    /**
+     * 鍖婚櫌鍚嶇О
+     */
+    @ApiModelProperty(value = "绉戝/鐥呭尯")
+    private String deptname;
+
+    /**
+     * 鍖婚櫌鍚嶇О
+     */
+    @ApiModelProperty(value = "鍖荤敓")
+    private String drname;
+
+
+    /**
+     * 鍖婚櫌鍚嶇О
+     */
+    @ApiModelProperty(value = "鍖荤敓")
+    private Date endtime;
+
+    /**
+     * 灏辫瘖缂栧彿
+     */
+    @ApiModelProperty(value = "闂ㄨ瘖缂栧彿")
+    private String visitno;
+
+    /**
+     * pageNum
+     */
+    @ApiModelProperty(value = "pageNum")
+    @Excel(name = "pageNum")
+    private Integer pageNum;
+
+    /**
+     * pageSize
+     */
+    @ApiModelProperty(value = "pageSize")
+    @Excel(name = "pageSize")
+    private Integer pageSize;
 
 
 }

--
Gitblit v1.9.3