nidapeng
2024-03-26 87ec373c158f7fa4c65fb037822fe7142a6fd5e7
server/dmvisit_service/src/main/java/com/doumee/dao/admin/response/CarEventDTO.java
@@ -1,5 +1,6 @@
package com.doumee.dao.admin.response;
import com.doumee.core.annotation.excel.ExcelColumn;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@@ -50,7 +51,9 @@
    @ApiModelProperty(value = "事件类型")
    private Integer eventType;
    @ApiModelProperty(value = "事件类型名称")
    @ExcelColumn(name="事件类型",index = 4,width = 18)
    private String eventTypeName;
    @ApiModelProperty(value = "事件状态,0-瞬时 1-开始2-停止4-事件联动结果更新5-事件图片异步上传")
@@ -60,6 +63,7 @@
    private String timeout;
    @ApiModelProperty(value = "事件发生时间(设备时间")
    @ExcelColumn(name="事件时间",index = 10,width = 16)
    private String happenTime;
    @ApiModelProperty(value = "事件发生的事件源父设备")
@@ -75,18 +79,24 @@
    private String cardNo;
    /**关联人员信息**/
    @ApiModelProperty(value = "手机号")
    @ExcelColumn(name="手机号",index = 8,width = 16)
    private String personPhone;
    @ApiModelProperty(value = "人员类型")
    @ExcelColumn(name="人员类型",index = 6,width = 10,valueMapping = "0=劳务访客;1=普通访客;2=内部人员;")
    private Integer personType;
    @ApiModelProperty(value = "人员身份证号")
    private String personIdcardDecode;
    @ApiModelProperty(value = "人员组织公司")
    @ExcelColumn(name="公司/部门",index = 9,width = 16)
    private String personCompanyName;
    @ApiModelProperty(value = "访客公司1")
    private String visitCompanyName;
    @ApiModelProperty(value = "姓名")
    @ExcelColumn(name="姓名",index = 7,width = 16)
    private String personName;
    @ApiModelProperty(value = "事件号,1:压线事件2:上传图片3:入场4:出场5:车牌矫正6:图片重传")
@@ -99,6 +109,7 @@
    private String gateIndex;
    @ApiModelProperty(value = "出入口名称")
    @ExcelColumn(name="出入口名称",index = 3,width = 18)
    private String gateName;
    @ApiModelProperty(value = "放行权限")
@@ -117,9 +128,11 @@
    private Integer releaseWay;
    @ApiModelProperty(value = "进出场类型,0:进场,1:出场")
    @ExcelColumn(name="出入类型",index = 5,width = 10,valueMapping = "0=进场;1=出场;")
    private Integer inoutType;
    @ApiModelProperty(value = "车牌号")
    @ExcelColumn(name="车牌号",index = 1,width = 12)
    private String plateNos;
    @ApiModelProperty(value = "车辆主品牌")
@@ -129,6 +142,7 @@
    private String parkIndex;
    @ApiModelProperty(value = "停车库名称")
    @ExcelColumn(name="停车库名称",index = 2,width = 18)
    private String parkName;
    @ApiModelProperty(value = "车牌颜色")