jiangping
2023-12-14 4ce54dd2d91ccdd45d6a33c5fc75b546780626be
server/dmvisit_service/src/main/java/com/doumee/dao/business/model/CarEvent.java
@@ -70,7 +70,7 @@
    @ApiModelProperty(value = "事件类型")
    @ExcelColumn(name="事件类型")
    private String eventType;
    private Integer eventType;
    @ApiModelProperty(value = "事件状态,0-瞬时 1-开始2-停止4-事件联动结果更新5-事件图片异步上传", example = "1")
    @ExcelColumn(name="事件状态,0-瞬时 1-开始2-停止4-事件联动结果更新5-事件图片异步上传")
@@ -78,7 +78,7 @@
    @ApiModelProperty(value = "脉冲超时时间")
    @ExcelColumn(name="脉冲超时时间")
    private String timeout;
    private Integer timeout;
    @ApiModelProperty(value = "事件发生时间(设备时间")
    @ExcelColumn(name="事件发生时间(设备时间")
@@ -158,7 +158,7 @@
    @ApiModelProperty(value = "车牌颜色")
    @ExcelColumn(name="车牌颜色")
    private String plateColor;
    private Integer plateColor;
    @ApiModelProperty(value = "车牌置信度", example = "1")
    @ExcelColumn(name="车牌置信度")