Skip to content

Commit

Permalink
Merge pull request #3029 from mengyou658/3.0
Browse files Browse the repository at this point in the history
* 增加tableinfo 和tableFieldInfo 序列化支持,用于扩展时候可以clone
  • Loading branch information
miemieYaho authored Nov 4, 2020
2 parents 6637ad1 + 126916a commit d2dccec
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2dccec

Please sign in to comment.