mqtt设备对接逻辑
This commit is contained in:
@ -2,12 +2,14 @@ package com.fastbee.iot.model;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author gsb
|
||||
* @date 2023/9/4 17:23
|
||||
*/
|
||||
@Data
|
||||
public class ProductCode {
|
||||
public class ProductCode implements Serializable {
|
||||
|
||||
/**
|
||||
* 产品id
|
||||
|
Reference in New Issue
Block a user