Refine the directories.

This commit is contained in:
zicla
2019-04-26 02:30:04 +08:00
parent 61b14fe82b
commit b3c52ea50e
40 changed files with 214 additions and 162 deletions

View File

@ -3,6 +3,7 @@ package rest
import (
"math"
"reflect"
"tank/rest/config"
"time"
)
@ -39,7 +40,7 @@ func (this *Base) Map() map[string]interface{} {
}
func (this *Base) TableName() string {
return TABLE_PREFIX + "base"
return config.TABLE_PREFIX + "base"
}
//分页类