From c2b8fdfd594d68574325d94eff312c8c00b6b73a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期日, 06 七月 2025 16:44:57 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/PatArchiveReq.java |   26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java b/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java
index 2f5b18e..c833922 100644
--- a/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java
+++ b/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java
@@ -26,14 +26,14 @@
      */
     @ApiModelProperty("鎮h�卛d")
     @Excel(name = " 鎮h�卛d ")
-    private String pid;
+    private String patid;
 
     /**
      * 濮撳悕
      */
     @ApiModelProperty("鎮h�卛d闆嗗悎")
     @Excel(name = " 鎮h�卛d闆嗗悎锛堝湪閫夋嫨鐥呬汉鏃讹紝杩囨护宸茬粡閫夋嫨鐨刾ids锛� ")
-    private List<Integer> pids;
+    private List<Integer> patids;
 
     /**
      * 濮撳悕
@@ -145,11 +145,25 @@
     private Integer pageNum;
 
     /**
+     * pageNum
+     */
+    @ApiModelProperty(value = "pageNum")
+    @Excel(name = "pageNumMZ")
+    private Integer pageNumMZ;
+
+    /**
      * pageSize
      */
     @ApiModelProperty(value = "pageSize")
     @Excel(name = "pageSize")
     private Integer pageSize;
+
+    /**
+     * pageSize
+     */
+    @ApiModelProperty(value = "pageSize")
+    @Excel(name = "pageSizeMZ")
+    private Integer pageSizeMZ;
 
 
     /**
@@ -191,11 +205,17 @@
     private List<String> hospitaldistrictcodes;
 
     /**
+     * 绉戝缂栫爜闆嗗悎
+     */
+    @ApiModelProperty(value = "绉戝缂栫爜闆嗗悎")
+    @Excel(name = " 绉戝缂栫爜闆嗗悎 ")
+    private List<String> deptcodes;    /**
      * 绉戝缂栫爜
      */
+
     @ApiModelProperty(value = "绉戝缂栫爜")
     @Excel(name = " 绉戝缂栫爜 ")
-    private List<String> deptcodes;
+    private String deptcode;
 
     /**
      * 鍑哄叆闄㈡爣璇�

--
Gitblit v1.9.3