mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-29 03:28:00 +08:00
update 移除未使用service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user