| | |
| | | package com.ycl.platform.domain.entity; |
| | | |
| | | import annotation.Excel; |
| | | import com.alibaba.excel.annotation.ExcelIgnore; |
| | | import com.ycl.platform.base.CheckIndex; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 车辆指标概率数据对象 t_check_index_car |
| | |
| | | @Excel(name = "车辆卡口设备抓拍数据大图可用性",width = 25) |
| | | private BigDecimal vehiclePictureAvailability; |
| | | |
| | | @ExcelIgnore |
| | | private List<String> quarter; |
| | | |
| | | public List<String> getQuarter() { |
| | | return quarter; |
| | | } |
| | | |
| | | public void setQuarter(List<String> quarter) { |
| | | this.quarter = quarter; |
| | | } |
| | | |
| | | @Override |
| | | public Long getId() { |
| | | return super.getId(); |
| | |
| | | } |
| | | |
| | | @Override |
| | | public Long getExamineTag() { |
| | | public Short getExamineTag() { |
| | | return super.getExamineTag(); |
| | | } |
| | | |
| | | @Override |
| | | public void setExamineTag(Long examineTag) { |
| | | public void setExamineTag(Short examineTag) { |
| | | super.setExamineTag(examineTag); |
| | | } |
| | | public void setViewConnectStability(BigDecimal viewConnectStability) |