liusuyi
2026-05-18 b5cd784d0cde5b7c82ea78aef4ac0e5a161d8c5d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ard.work.sdk.hik.service;
 
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
 
/**
 * @Description: 海康sdk策略继承海康抽象类
 * @ClassName: HpSdkStrategy
 * @Author: 刘苏义
 * @Date: 2026年03月06日13:05:09
 **/
@Service("hikSDK")
@Slf4j
public class HikSDK extends AbstractHikVisionSDK {
 
}