All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wichell.mapper.TaskFireLogMapper Maven / Gradle / Ivy

The newest version!
package com.wichell.mapper;

import java.util.List;
import java.util.Map;

import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import com.wichell.model.TaskFireLog;

import com.baomidou.mybatisplus.mapper.BaseMapper;

public interface TaskFireLogMapper extends BaseMapper {
    List selectIdByMap(RowBounds rowBounds, @Param("cm") Map params);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy