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

import lombok.Data;

/**
 * @author : zhangjun
 * @Project_name:newfiber-hydrology
 * @date:2019/7/9 14:22
 * @email:505724729@qq.com
 * @description:{todo}
 * @Exception: throw {todo}
 */
@Data
public class LedConWarningEntity {
    private Long id;
    private String ledCode;
    private String ledField;
    private String ledFieldZn;
    private double ledWarningValue;
    private double ledAlarmValue;
}