hsy
8 天以前 c5bce61891af2d9f43f7e8615fa31cd54a2c8cba
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 {
 
}