huminmin
8 天以前 481eb2249f2886c3a6ea8445820a2ec5f153d4da
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 {
 
}