init the project
This commit is contained in:
12
rest/base_dao.go
Normal file
12
rest/base_dao.go
Normal file
@ -0,0 +1,12 @@
|
||||
package rest
|
||||
|
||||
import (
|
||||
_ "github.com/jinzhu/gorm/dialects/mysql"
|
||||
)
|
||||
|
||||
type BaseDao struct {
|
||||
Bean
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user