package com.newfiber.led.business.entity; import lombok.Data; /** * @author : zhangjun * @Project_name:newfiber-hydrology * @date:2019/7/3 20:22 * @email:505724729@qq.com * @description:{todo} 文本内容配置类 * @Exception: throw {todo} */ @Data public class LedConPageEntity { private Long id; private String pageId; private int speed; private int displayStyle; private int headTailInterval; private int stayTime; private int validLen; private int repeatTime; }