in.hocg.boot.mybatis.plus.extensions.create.table.CreateTableMpe Maven / Gradle / Ivy
package in.hocg.boot.mybatis.plus.extensions.create.table;
import in.hocg.boot.mybatis.plus.extensions.context.constants.MyBatisPlusExtensionsConstants;
/**
* Created by hocgin on 2022/3/24
* email: [email protected]
*
* @author hocgin
*/
public class CreateTableMpe {
public static final String PACKAGE = MyBatisPlusExtensionsConstants.PACKAGE_PREFIX + ".create.table";
public static final String MAPPER_PACKAGE = CreateTableMpe.PACKAGE + ".mapper";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy