|
|
@@ -6,7 +6,6 @@ import lombok.RequiredArgsConstructor;
|
|
|
import jakarta.servlet.http.HttpServletResponse;
|
|
|
import jakarta.validation.constraints.*;
|
|
|
import cn.dev33.satoken.annotation.SaCheckPermission;
|
|
|
-import org.dromara.system.domain.app.QRCodeReferee;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
import org.dromara.common.idempotent.annotation.RepeatSubmit;
|
|
|
@@ -41,7 +40,6 @@ public class GameRefereeController extends BaseController {
|
|
|
|
|
|
private final IGameRefereeService gameRefereeService;
|
|
|
private final QRCodeUtils qrCodeUtils;
|
|
|
- private final ObjectMapper objectMapper;
|
|
|
|
|
|
/**
|
|
|
* 查询裁判列表
|