houzhongjian
2024-07-23 a6de490948278991e47952e90671ddba4555e9a2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//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;
//
//}