| | |
| | | * @return 视频巡检记录集合 |
| | | */ |
| | | public List<ArdVideoInspectRecord> selectArdVideoInspectRecordList(ArdVideoInspectRecord ardVideoInspectRecord); |
| | | @SuppressWarnings("MybatisXMapperMethodInspection") |
| | | public List selectArdVideoInspectRecordListByStartTime(ArdVideoInspectRecord ardVideoInspectRecord); |
| | | |
| | | /** |
| | | * 新增视频巡检记录 |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteArdVideoInspectRecordByIds(String[] ids); |
| | | @SuppressWarnings("MybatisXMapperMethodInspection") |
| | | List selectArdVideoInspectRecordCountByStartMonth(String startMonth); |
| | | } |