Skip to content

Commit

Permalink
* 增加tableinfo 和tableFieldInfo 序列化支持,用于扩展时候可以clone
Browse files Browse the repository at this point in the history
  • Loading branch information
yun committed Nov 4, 2020
1 parent 6637ad1 commit 126916a
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 126916a

Please sign in to comment.