package cc.mrbird.febs.unisoftiot.api.entity; import lombok.Data; @Data public class Device { private String deviceId; }