- handle store.Status.

This commit is contained in:
gazebo
2018-09-09 14:54:17 +08:00
parent fbd28ab887
commit d71b0e6763
6 changed files with 62 additions and 12 deletions

View File

@@ -48,6 +48,8 @@ type DaoDB struct {
// return err
// }
// beego orm的对于传代表字段的字串数据库字段名完全匹配区分大小写结构体字段名不区分大小写都可以
func GetDB() *DaoDB {
return &DaoDB{db: orm.NewOrm()}
}