liusuyi
2024-03-08 867b69b7e8b946dd839f1ef04de062ff68e43f9e
ard-work/src/main/java/com/ruoyi/inspect/mapper/ArdVideoInspectRecordMapper.java
@@ -1,5 +1,6 @@
package com.ruoyi.inspect.mapper;
import java.util.HashMap;
import java.util.List;
import com.ruoyi.inspect.domain.ArdVideoInspectRecord;
@@ -26,7 +27,9 @@
     * @return 视频巡检记录集合
     */
    public List<ArdVideoInspectRecord> selectArdVideoInspectRecordList(ArdVideoInspectRecord ardVideoInspectRecord);
    public List selectArdVideoInspectRecordListByStartTime(ArdVideoInspectRecord ardVideoInspectRecord);
    @SuppressWarnings("MybatisXMapperMethodInspection")
    public List<HashMap> selectArdVideoInspectRecordListByStartTime(ArdVideoInspectRecord ardVideoInspectRecord);
    /**
     * 新增视频巡检记录
@@ -59,6 +62,6 @@
     * @return 结果
     */
    public int deleteArdVideoInspectRecordByIds(String[] ids);
    @SuppressWarnings("MybatisXMapperMethodInspection")
    List selectArdVideoInspectRecordCountByStartMonth(String startMonth);
}