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

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

There is a newer version: 0.0.3
Show newest version
package com.magic80.springBootCommon.helper.page;

import java.util.Map;

@FunctionalInterface
public interface PagedMutipleTableCountFunction {
    Long call(Map requestMap);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy