mqtt设备对接逻辑
This commit is contained in:
@ -2,12 +2,14 @@ package com.fastbee.common.core.device;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author gsb
|
||||
* @date 2024/6/14 9:25
|
||||
*/
|
||||
@Data
|
||||
public class DeviceAndProtocol {
|
||||
public class DeviceAndProtocol implements Serializable {
|
||||
|
||||
/**
|
||||
* 子设备编号
|
||||
|
Reference in New Issue
Block a user