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; }