package com.newfiber.led.business.entity; import lombok.Data; /** * @author : zhangjun * @Project_name:newfiber-hydrology * @date:2019/7/3 20:46 * @email:505724729@qq.com * @description:{todo} 区域配置类 * @Exception: throw {todo} */ @Data public class LedConAreaEntity { private Long id; private String areaId; private int areaX; private int areaY; private int areaWidth; private int areaHeight; private int bxAreaType; }