//package com.iailab.module.mcs.excel;
|
//
|
//import cn.afterturn.easypoi.excel.annotation.Excel;
|
//import lombok.Data;
|
//
|
//import java.util.Date;
|
//
|
///**
|
// * 运行日志表
|
// *
|
// * @author lirm ${email}
|
// * @since 1.0.0 2023-06-21
|
// */
|
//@Data
|
//public class StModelRunlogExcel {
|
// @Excel(name = "id")
|
// private Integer id;
|
// @Excel(name = "模型代码")
|
// private String modelCode;
|
// @Excel(name = "模型名称")
|
// private String modelName;
|
// @Excel(name = "运行时间")
|
// private Date runTime;
|
// @Excel(name = "类别")
|
// private String runType;
|
// @Excel(name = "运行结果")
|
// private String runCommonResult;
|
//}
|