From a03671b4fa1ce464f66fbbc1876627e3d13b0f9d Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 22 九月 2026 15:03:27 +0800
Subject: [PATCH] 1.出入院查询接口,新增床号排序

---
 smartor/src/main/java/com/smartor/domain/PatMedInhosp.java |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
index 74f2198..d0c545c 100644
--- a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
+++ b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
@@ -331,7 +331,7 @@
      */
     @ApiModelProperty(value = "鍏ラ櫌鐥呭尯闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0 鏈鐞�   1 澶勭悊鎴愬姛    2 澶勭悊澶辫触 ")
     private String inWardcheckFlag;
-    
+
     /**
      * 鑽搧瀹f暀闀挎湡浠诲姟锛屾槸鍚﹀鐞嗭細0 鏈鐞�   1 澶勭悊
      */
@@ -396,10 +396,18 @@
     /**
      * 鍑哄叆闄㈡爣璇�
      */
-    @ApiModelProperty("鍑哄叆闄㈡爣璇嗭細0鍏ラ櫌  1鍑洪櫌 2 杞  3 棰勫叆闄�")
+    @ApiModelProperty("鍑哄叆闄㈡爣璇嗭細0鍏ラ櫌  1鍑洪櫌 2 杞  3 棰勫叆闄�  4.婊℃剰搴�")
     private Integer cry;
 
     /**
+     * 鍏ラ櫌搴婁綅鎺掑簭锛歛sc锛堟垨 1锛�=姝e簭锛宒esc锛堟垨 2锛�=鍊掑簭锛屼笉浼�=涓嶆帓搴�
+     * <p>
+     * 鍙銆屽湪闄€�嶆偅鑰呮煡璇紙cry=0锛夌敓鏁堬紝鍏跺畠鏌ヨ蹇界暐璇ュ弬鏁般��
+     */
+    @ApiModelProperty("鍏ラ櫌搴婁綅鎺掑簭锛歛sc/1=姝e簭锛宒esc/2=鍊掑簭锛屼笉浼�=涓嶆帓搴忥紙浠� cry=0 鍦ㄩ櫌鎮h�呯敓鏁堬級")
+    private String bedSort;
+
+    /**
      * 鍑洪櫌鐥呭尯缂栧彿
      */
     @ApiModelProperty(value = "鍑洪櫌鐥呭尯缂栧彿闆嗗悎")

--
Gitblit v1.9.3