| | |
| | | package com.ycl.platform.domain.result.HK; |
| | | |
| | | import lombok.Data; |
| | | import org.springframework.data.mongodb.core.mapping.Document; |
| | | |
| | | /** |
| | | * 车辆设备全检指标监测结果,2.3.0版本新增 |
| | |
| | | * @author gonghl |
| | | */ |
| | | @Data |
| | | public class VehicleDeviceInspectionResult { |
| | | @Document(collection = "vehicle_device_inspection") |
| | | public class VehicleDeviceInspectionResult extends BaseResult{ |
| | | |
| | | /** |
| | | * 设备编号,dataType为1时表示卡口内码,dataType为11时表示采集设备内码 |
| | | */ |
| | | private String externalIndexCode; |
| | | |
| | | /** |
| | | * 设备名称 |
| | | */ |
| | | private String deviceName; |
| | | |
| | | /** |
| | | * 设备编号,dataType为1时表示卡口内码,dataType为11时表示采集设备内码 |
| | | */ |
| | | private String externalIndexCode; |
| | | |
| | | /** |
| | | * 卡口内码或采集设备内码 |