package org.jeecg.modules.iot.entity; import lombok.Data; /** * mqtt客户端 */ @Data public class MqttClient { /** * 客户端id */ private String clientid; }