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

com.magic80.springBootCommon.helper.page.PagedMutipleTableFunction Maven / Gradle / Ivy

package com.magic80.springBootCommon.helper.page;

import com.magic80.springBootCommon.model.BaseEntity;

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

@FunctionalInterface
public interface PagedMutipleTableFunction {
    List call(Integer pageIndex, Integer pageSize, Map requestMap);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy