From 3c46b264b86bb38984370f685c6866c5f7784808 Mon Sep 17 00:00:00 2001
From: zhs <zhs18203887318@163.com>
Date: 星期三, 16 四月 2025 21:42:39 +0800
Subject: [PATCH] 04-16改_手术病人分页and患者信息子页面时间查询

---
 smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java b/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
index 6d72ea3..b859f64 100644
--- a/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
+++ b/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
@@ -160,9 +160,53 @@
     private String hpi;
 
     /**
+     鎮h�呮。妗堢紪鍙� 鐜扮梾鍙�
+     */
+    @ApiModelProperty(value = "鎮h�呮。妗堢紪鍙�")
+    private String patno;
+
+    /**
      * 涓昏堪
      */
     @ApiModelProperty(value = "涓昏堪")
     private String mainsuit;
 
+
+    /**
+     * pageNum
+     */
+    @ApiModelProperty("pageNum")
+    private Integer pageNum;
+
+    /**
+     * pageSize
+     */
+    @ApiModelProperty("pageSize")
+    private Integer pageSize;
+
+    /**
+     * 骞撮緞
+     */
+    @ApiModelProperty(value = "骞撮緞")
+    private String age;
+
+
+    /**
+     * 鎵嬫満鍙�
+     */
+    @ApiModelProperty(value = "鎵嬫満鍙�")
+    private String telcode;
+
+
+
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
+    @ApiModelProperty(value = "寮�濮嬪氨璇婃椂闂�")
+    private Date beginTime;
+
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
+    @ApiModelProperty(value = "缁撴潫灏辫瘖鏃堕棿")
+    private Date endTime;
+
 }

--
Gitblit v1.9.3