From 198ee38684b844473cd38dbb27ac984a2e932480 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 16 四月 2025 17:53:20 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java |   18 ++++++++++++++++++
 1 files changed, 18 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 62dfc70..3779efc 100644
--- a/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
+++ b/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java
@@ -160,6 +160,12 @@
     private String hpi;
 
     /**
+     鎮h�呮。妗堢紪鍙� 鐜扮梾鍙�
+     */
+    @ApiModelProperty(value = "鎮h�呮。妗堢紪鍙�")
+    private String patno;
+
+    /**
      * 涓昏堪
      */
     @ApiModelProperty(value = "涓昏堪")
@@ -191,4 +197,16 @@
     @ApiModelProperty(value = "鎵嬫満鍙�")
     private String telcode;
 
+
+
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
+    @ApiModelProperty(value = "寮�濮嬪氨璇婃椂闂�")
+    private Date beginTime;
+
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
+    @ApiModelProperty(value = "缁撴潫灏辫瘖鏃堕棿")
+    private Date endTime;
+
 }

--
Gitblit v1.9.3