| | |
| | | import com.ard.alarm.camera.domain.ArdCameras; |
| | | import com.ard.alarm.camera.mapper.ArdCamerasMapper; |
| | | import com.ard.alarm.camera.service.IArdCamerasService; |
| | | import com.ard.hiksdk.service.impl.HikClientUtil; |
| | | import com.ard.utils.hiksdk.service.impl.HikClientUtil; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | |
| | | * @date 2023-02-11 |
| | | */ |
| | | @Service |
| | | @Slf4j |
| | | @Slf4j(topic = "camera") |
| | | public class ArdCamerasServiceImpl implements IArdCamerasService { |
| | | @Resource |
| | | private ArdCamerasMapper ardCamerasMapper; |