| | |
| | | @Excel(name = "视频传输网边界完整性检测扣分项",width = 25) |
| | | private BigDecimal videoTransmissionBoundaryIntegrityDetection; |
| | | |
| | | /** 视频传输网边界完整性检测扣分项 */ |
| | | @Excel(name = "重点指挥图像在线率",width = 25) |
| | | private BigDecimal keyCommandImageOnline; |
| | | /** 月运行率 */ |
| | | @Excel(name = "月运行率") |
| | | private BigDecimal operatingRate; |
| | |
| | | |
| | | public void setKeyAnnotationAccuracy(BigDecimal keyAnnotationAccuracy) { |
| | | this.keyAnnotationAccuracy = keyAnnotationAccuracy; |
| | | } |
| | | |
| | | public BigDecimal getKeyCommandImageOnline() { |
| | | return keyCommandImageOnline; |
| | | } |
| | | |
| | | public void setKeyCommandImageOnline(BigDecimal keyCommandImageOnline) { |
| | | this.keyCommandImageOnline = keyCommandImageOnline; |
| | | } |
| | | |
| | | public BigDecimal getKeyTimingAccuracy() { |
| | |
| | | } |
| | | |
| | | @Override |
| | | public Long getExamineTag() { |
| | | public Short getExamineTag() { |
| | | return super.getExamineTag(); |
| | | } |
| | | |
| | | @Override |
| | | public void setExamineTag(Long examineTag) { |
| | | public void setExamineTag(Short examineTag) { |
| | | super.setExamineTag(examineTag); |
| | | } |
| | | |