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

com.base4j.mvc.sys.mapper.SysLogMapper Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.base4j.mvc.sys.mapper;

import com.base4j.mvc.sys.entity.SysLog;
import com.base4j.mybatis.base.QueryParams;
import com.base4j.mybatis.base.mapper.BaseMapper;
import com.base4j.mybatis.config.mybatis.annotations.AutoMapper;

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

@AutoMapper
public interface SysLogMapper extends BaseMapper{
    List selectExtendPageByParam(Map params);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy