//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 DeviceAbnormalHistoryExcel {
|
// @Excel(name = "id")
|
// private String id;
|
// @Excel(name = "总设备数")
|
// private Integer totalCount;
|
// @Excel(name = "异常数量")
|
// private Integer abnormalCount;
|
// @Excel(name = "创建时间")
|
// private Date creatorDate;
|
//
|
//}
|