eight
2024-08-22 2cb4f97e706193afbddf49e56fcf798e9dc8eb85
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java
@@ -88,4 +88,8 @@
    List<QueueDO> getDoctorQueueByStatus(Long roomId, String bedNo, List<Byte> statusList);
    PatientStatisticVO getPatientStatistic(Long roomId, String bedNo);
    Integer passedPatientReturn(Long roomId, String bedNo, String patId);
    Integer queueJump( String patId, Byte jumped );
}