Merge pull request #3029 from mengyou658/3.0

* 增加tableinfo 和tableFieldInfo 序列化支持,用于扩展时候可以clone
This commit is contained in:
miemieYaho 2020-11-04 19:55:02 +08:00 committed by GitHub
commit d2dccecc7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,15 @@
*/
package com.baomidou.mybatisplus.core.toolkit;
import java.io.Serializable;
/**
* mybatis_plus 自用常量集中管理
*
* @author miemie
* @since 2018-07-22
*/
public interface Constants extends StringPool {
public interface Constants extends StringPool, Serializable {
/**
* project name