From 3090ed6f6ff02c215360da580e2fbe8a453bcc0f Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 27 八月 2024 16:19:47 +0800
Subject: [PATCH] update

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java |    2 ++
 1 files changed, 2 insertions(+), 0 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 7095865..1170cf1 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
@@ -48,12 +48,14 @@
     ErrorCode startBedOpen(Long roomId, String bedNo);
     ErrorCode startBedClose(Long roomId, String bedNo);
     ErrorCode startBedDoctorPause(Long roomId, String bedNo, Long docId, String docName);
+    ErrorCode startBedDoctorResume(Long roomId, String bedNo, Long docId, String docName);
     ErrorCode startBedDoctorOn(Long roomId, String bedNo, Long docId, String docName);
     ErrorCode startBedDoctorOff(Long roomId, String bedNo, Long docId, String docName);
 
     ErrorCode bedOpen(Long roomId, 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);
 

--
Gitblit v1.9.3