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

com.github.zhuyizhuo.generator.mybatis.service.DbService Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package com.github.zhuyizhuo.generator.mybatis.service;

import com.github.zhuyizhuo.generator.mybatis.vo.TableInfoFtl;
import com.github.zhuyizhuo.generator.mybatis.vo.TableInfoFtl;

import java.util.List;

/**
 * class: DbService 
* description: 数据库抽象接口
* time: 2018/7/30 12:56 * * @author yizhuo
* @version 1.0 */ public interface DbService { List getTableColumns(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy