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 | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
index e76922f..d0c545c 100644
--- a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
+++ b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
@@ -400,6 +400,14 @@
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