| File was renamed from blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/animalheat/vo/AnimalHeatExcel.java |
| | |
| | | package org.springblade.jfpt.animalheat.vo; |
| | | package org.springblade.common.entity; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.alibaba.excel.annotation.write.style.ColumnWidth; |
| | |
| | | @ExcelProperty("创建时间") |
| | | private Date createTime;// datetime DEFAULT NULL COMMENT '创建时间', |
| | | |
| | | //private Integer status;//状态 1为高温 0为正常 ,以37度为标准,大于37度为高温 |
| | | @ColumnWidth(25) |
| | | @ExcelProperty("状态 1:异常 0:正常") |
| | | private Integer status;//状态 1为异常 0为正常 ,以37.3度为标准,大于37.3度为高温 |
| | | } |