com.wichell.mapper.TaskFireLogMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wichell-common Show documentation
Show all versions of wichell-common Show documentation
common project com.wichell.wichell jar
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