com.gitee.sunchenbin.mybatis.actable.manager.system.SysOracleCreateTableManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-enhance-actable Show documentation
Show all versions of mybatis-enhance-actable Show documentation
A.CTable is a Maven project based on Spring and Mybatis, which enhances the function of Mybatis
package com.gitee.sunchenbin.mybatis.actable.manager.system;
/**
*
* @author sunchenbin
* @version 2016年6月23日 下午6:07:21
*/
public interface SysOracleCreateTableManager {
public void createOracleTable();
}