龚焕茏
2024-08-27 fea89b769738f7db06281f244bc81135fc34ce76
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.ycl.task;
 
import org.springframework.stereotype.Component;
 
/**
 * 通道同步
 *
 * @author:xp
 * @date:2024/8/21 15:18
 */
@Component("deviceChannelTask")
public class DeviceChannelTask {
 
    public void run() {
        // TODO 待实现
    }
 
}