From e8f1b8e0380d7c868f4e3218688796f595151724 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 27 九月 2024 16:24:18 +0800
Subject: [PATCH] refactor: 用以支持springboot 事务注解

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
index 66ed14d..0a34b8d 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -62,15 +62,6 @@
     ErrorCode startBedDoctorOff(Long roomId, String bedNo, Long docId, String docName);
     ErrorCode startNextPatient(Long roomId, String bedNo);
 
-    ErrorCode bedOpen(Long roomId, String roomName, String bedNo);
-    ErrorCode bedClose(Long roomId, String bedNo);
-    ErrorCode bedDoctorPause(Long roomId, String bedNo, Long docId, String docName);
-    ErrorCode bedDoctorResume(Long roomId, String bedNo, Long docId, String docName);
-    ErrorCode bedDoctorOn(Long roomId, String bedNo, Long docId, String docName);
-    ErrorCode bedDoctorOff(Long roomId, String bedNo, Long docId, String docName);
-    ErrorCode nextPatient(Long roomId, String bedNo);
-
-    ErrorCode bedReload();
     CommonResult<RoomRespVO> getRoom(Long roomId, String bedNo, Long docId);
 
     /**
@@ -95,12 +86,6 @@
      */
     void queue(QueueSaveReqVO queueSaveReqVO);
 
-
-    /**
-     * 鎶婂尰鐢熷�欒瘖鐨勯槦鍒楀婊�
-     */
-    void hurryup();
-
     /**
      * 鍖荤敓鍙笅涓�浣嶆偅鑰�
      */
@@ -118,8 +103,6 @@
     Integer recallPatient(Long roomId, String bedNo, String patId);
 
     Integer patientJump(String patId, Byte jumped );
-
-    void monitorInfo();
 
     RoomDO getDocRoomInfo(Long docId);
 }

--
Gitblit v1.9.3