package com.huimv.wine.entity.vo; import lombok.Data; @Data public class DeviceWithIdAddrVo { private Integer id; private String addr; }