huminmin
5 天以前 7591ba21194595cc8d9a1293dfdbfa945bc9948f
1
2
3
4
5
6
7
8
9
10
11
12
13
package cn.iocoder.yudao.module.iot.gateway.protocol.http;
 
import lombok.Data;
 
/**
 * IoT HTTP 协议配置
 *
 * @author 超级管理员
 */
@Data
public class IotHttpConfig {
 
}