luodangjia
2025-01-07 d0542b6f8b7ead9cea467f12d989eaabb8ec6e60
medicalWaste-system/src/main/java/com/sinata/system/domain/vo/MwWarningRecordVO.java
@@ -1,5 +1,6 @@
package com.sinata.system.domain.vo;
import cn.idev.excel.annotation.ExcelIgnore;
import cn.idev.excel.annotation.ExcelProperty;
import com.sinata.system.annotation.FastExcel;
import com.sinata.system.conveter.EConverter;
@@ -20,6 +21,7 @@
public class MwWarningRecordVO {
    @ApiModelProperty("预警记录id")
    @ExcelIgnore
    private Long id;
    @ApiModelProperty("预警时间")
@@ -27,6 +29,7 @@
    private Date warnTime;
    @ApiModelProperty("预警对象id")
    @ExcelIgnore
    private Long warningTargetId;
    @ApiModelProperty("预警对象")
@@ -48,9 +51,11 @@
    private Integer status;
    @ApiModelProperty("单位id")
    @ExcelIgnore
    private Long departmentId;
    @ApiModelProperty("单位名称")
    @ExcelIgnore
    private String departmentName;
}