zhangnaisong
2023-06-25 8c15564b476b9abbfb1ca7fbf6b843e8af64accb
ard-work/src/main/java/com/ruoyi/inspect/mapper/ArdVideoInspectRecordMapper.java
@@ -26,6 +26,8 @@
     * @return 视频巡检记录集合
     */
    public List<ArdVideoInspectRecord> selectArdVideoInspectRecordList(ArdVideoInspectRecord ardVideoInspectRecord);
    @SuppressWarnings("MybatisXMapperMethodInspection")
    public List selectArdVideoInspectRecordListByStartTime(ArdVideoInspectRecord ardVideoInspectRecord);
    /**
     * 新增视频巡检记录
@@ -58,4 +60,6 @@
     * @return 结果
     */
    public int deleteArdVideoInspectRecordByIds(String[] ids);
    @SuppressWarnings("MybatisXMapperMethodInspection")
    List selectArdVideoInspectRecordCountByStartMonth(String startMonth);
}