//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 DeviceRunStateExcel {
|
// @Excel(name = "id")
|
// private String id;
|
// @Excel(name = "在线设备数量")
|
// private Integer totalCount;
|
// @Excel(name = "运行设备")
|
// private Integer runCount;
|
// @Excel(name = "停机设备")
|
// private Integer haltCount;
|
// @Excel(name = "离线设备")
|
// private Integer offlineCount;
|
// @Excel(name = "创建时间")
|
// private Date creatorDate;
|
//
|
//}
|