11 lines
178 B
Java
11 lines
178 B
Java
package com.zhgd.xmgl.async;
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.springframework.stereotype.Component;
|
|
|
|
@Slf4j
|
|
@Component
|
|
public class AsyncXzHikvisionCompareData {
|
|
|
|
}
|