[go: nahoru, domu]

Skip to content

Commit

Permalink
code push => 1.代码结构修改
Browse files Browse the repository at this point in the history
  • Loading branch information
Joezeo committed May 3, 2021
1 parent 1f428e8 commit 13594be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions common/src/main/java/com/toocol/common/database/ITable.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package com.toocol.common.database;

import java.io.Serializable;

/**
* this is the annotation for mysql pojo
*
* @author Joezeo
* @date 2021/5/3 17:54
*/
public interface ITable extends Serializable {

}

0 comments on commit 13594be

Please sign in to comment.