com.magic80.springBootCommon.helper.page.PagedMutipleTableCountFunction Maven / Gradle / Ivy
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