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

com.base4j.mvc.sys.service.SysLogService Maven / Gradle / Ivy

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


import com.base4j.mvc.base.service.BaseService;
import com.base4j.mvc.sys.entity.SysLog;
import com.github.pagehelper.Page;
import java.util.Map;

public interface SysLogService extends BaseService {

    Page selectExtendPageByParam(int pageNo, int pageLimit, final Map params);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy