Newer
Older
huludao / src / main / java / com / newfiber / led / business / entity / LedConDynamicEntity.java
@新烽开发者 新烽开发者 on 22 Jul 446 bytes init
package com.newfiber.led.business.entity;

import lombok.Data;

/**
 * @author : zhangjun
 * @Project_name:newfiber-hydrology
 * @date:2019/7/11 20:11
 * @email:505724729@qq.com
 * @description:{todo}
 * @Exception: throw {todo}
 */
@Data
public class LedConDynamicEntity {

    private Long id;
    private String dynamicId;
    private int immediatePlay;
    private int relativeAllPrograms;
    private int runMode;
    private int timeout;
}