liusuyi
2026-05-30 f4f4fc53260eb67483dce406a963628273786a61
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 {
 
}