add some fixes

This commit is contained in:
Lunny Xiao 2014-12-15 13:26:57 +08:00
parent a949e067ce
commit e7882d8b00
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ func (mapper SnakeMapper) Table2Obj(name string) string {
func (mapper SnakeMapper) TableName(t string) string {
return t
}
// provide prefix table name support
type PrefixMapper struct {
Mapper IMapper