zhubaomin
2 天以前 70f61b0638e32274d0e5f9b972ce2a18f139f1b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.dy.common.mw.protocol4Mqtt.status;
 
import com.dy.common.mw.protocol4Mqtt.MqttNotifyInfo;
import lombok.Data;
 
/**
 * @Author: liurunyu
 * @Date: 2025/6/10 15:50
 * @Description
 */
@Data
public class DevOnLineInfo implements MqttNotifyInfo {
    public String id ;
    public String protocol ;
    public Boolean onLine ;
}