puzhibing
2024-08-22 a49acae90960af1f7f30ba7cf0cc9bda8d6e4e93
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.integration.iotda.utils.produce;
 
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;
 
/**
 * iotda消息发送
 */
@Slf4j
@Component
public class IotMessageProduce {
    
}