//package com.iailab.module.device.excel; // //import cn.afterturn.easypoi.excel.annotation.Excel; //import lombok.Data; // //import java.util.Date; // ///** // * 设备健康状态表 // * // * @author lirm ${email} // * @since 1.0.0 2024-05-22 // */ //@Data //public class DeviceHealthStateExcel { // @Excel(name = "id") // private String id; // @Excel(name = "总设备数") // private Integer totalCount; // @Excel(name = "正常") // private Integer normal; // @Excel(name = "一般") // private Integer common; // @Excel(name = "较重") // private Integer heavy; // @Excel(name = "严重") // private Integer serious; // @Excel(name = "特别严重") // private Integer espserious; // @Excel(name = "创建时间") // private Date creatorDate; // //}