eight
2024-08-28 e10ff52c2bbb86eac5b2c4bdf12b852912a1f798
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/queueController.java
@@ -3,7 +3,6 @@
import cn.lihu.jh.framework.common.exception.ErrorCode;
import cn.lihu.jh.framework.security.core.util.SecurityFrameworkUtils;
import cn.lihu.jh.module.ecg.controller.admin.room.vo.RoomRespVO;
import cn.lihu.jh.module.ecg.dal.dataobject.room.RoomResVO;
import org.springframework.web.bind.annotation.*;
import org.springframework.validation.annotation.Validated;
import org.springframework.security.access.prepost.PreAuthorize;
@@ -40,7 +39,7 @@
@RestController
@RequestMapping("/ecg/queue")
@Validated
public class queueController {
public class QueueController {
    @Resource
    private QueueService queueService;