| | |
| | | import javax.annotation.Resource; |
| | | |
| | | import cn.lihu.jh.framework.common.pojo.PageResult; |
| | | import cn.lihu.jh.module.ecg.controller.admin.room.vo.RoomRespVO; |
| | | import cn.lihu.jh.module.ecg.controller.admin.room.vo.MonitorInfoVO; |
| | | import cn.lihu.jh.module.ecg.dal.dataobject.room.RoomDO; |
| | | import cn.lihu.jh.module.ecg.service.queue.QueueService; |
| | | import cn.lihu.jh.module.system.api.oauth2.OAuth2TokenApi; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public Integer getOpeningFlag() { |
| | | return queueService.getOpeningFlag(); |
| | | public MonitorInfoVO getMonitorInfo() { |
| | | return queueService.getMonitorInfo(); |
| | | } |
| | | } |