Newer
Older
huludao / src / main / java / com / newfiber / led / business / entity / LedConAreaEntity.java
@新烽开发者 新烽开发者 on 22 Jul 466 bytes init
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;
}