update 移除未使用service

This commit is contained in:
Guoqs
2025-09-12 15:34:40 +08:00
parent d44ca46a16
commit 617e9120e1
8 changed files with 2 additions and 36 deletions

View File

@@ -4,11 +4,10 @@ import com.alibaba.fastjson2.JSON;
import com.alibaba.fastjson2.JSONObject;
import com.jsowell.common.annotation.Anonymous;
import com.jsowell.common.core.controller.BaseController;
import com.jsowell.netty.service.camera.CameraBusinessService;
import com.jsowell.pile.dto.camera.CameraHeartBeatDTO;
import com.jsowell.pile.dto.camera.SendMsg2TopicDTO;
import com.jsowell.thirdparty.camera.common.CameraCommonResult;
import com.jsowell.service.CameraService;
import com.jsowell.thirdparty.camera.common.CameraCommonResult;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
@@ -28,9 +27,6 @@ public class CameraController extends BaseController {
@Autowired
private CameraService cameraService;
@Autowired
private CameraBusinessService cameraBusinessService;
/**
* 心跳
* @param dto