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

com.lq.mybaits.interceptor.MybatisInterceptor Maven / Gradle / Ivy

The newest version!
package com.lq.mybaits.interceptor;

import com.lq.SpringBootCli;
import com.lq.entity.TableInfo;

import java.util.List;

public interface MybatisInterceptor {

    void handle(SpringBootCli cli, List tableInfos);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy