zxl
5 小时以前 3b0516a2959e25576e4f3fda697a3b025d06c8c9
ycl-server/src/main/java/com/ycl/platform/mapper/CheckIndexVideoMapper.java
@@ -1,10 +1,14 @@
package com.ycl.platform.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.platform.domain.dto.ImageResourceDTO;
import com.ycl.platform.domain.entity.CheckIndexVideo;
import com.ycl.platform.domain.query.DashboardQuery;
import org.apache.ibatis.annotations.MapKey;
import java.math.BigDecimal;
import java.util.List;
import java.util.Map;
/**
 * 视频指标概率数据Mapper接口
@@ -30,6 +34,13 @@
     */
    public List<CheckIndexVideo> selectCheckIndexVideoList(CheckIndexVideo checkIndexVideo);
    /**
     * 考核模板定时任务查询视频指标概率数据列表
     *
     * @param checkIndexVideo 视频指标概率数据
     * @return 视频指标概率数据集合
     */
    public List<CheckIndexVideo> getCheckIndexVideoList(CheckIndexVideo checkIndexVideo);
    /**
     * 新增视频指标概率数据
     *
@@ -76,4 +87,10 @@
     * @return 视频指标概率数据集合
     */
    List<CheckIndexVideo> selectAndDeptName();
    /**
     * 查询每个部门最新数据
     * @return 数据Map
     */
    List<ImageResourceDTO> selectLastOneByDept();
}