| | |
| | | import com.ycl.platform.domain.entity.YwThreshold; |
| | | import com.ycl.platform.domain.result.HK.FaceDeviceInspectionResult; |
| | | import com.ycl.platform.domain.result.HK.VehicleDeviceInspectionResult; |
| | | import com.ycl.system.Result; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * 判断视频阈值条件 |
| | | */ |
| | | public void videoCheck(List list); |
| | | |
| | | /** |
| | | * 阈值无法判断的,校验故障类型生成工单。优云 |
| | | */ |
| | | public void errorTypeCheckUY(List list); |
| | | |
| | | /** |
| | | * 导入数据 |
| | | * |
| | | * @param file 文件 |
| | | * @return {@link Result } |
| | | * @author |
| | | */ |
| | | Result importData(MultipartFile file); |
| | | } |