Finish all the abstract things.

This commit is contained in:
zicla
2019-04-28 01:45:57 +08:00
parent e043b6b8d7
commit 8aa0d11cbb
4 changed files with 6 additions and 8 deletions

View File

@ -12,8 +12,6 @@ const (
FALSE = "false"
)
type Time time.Time
type IBase interface {
//返回其对应的数据库表名
TableName() string