Refine the base bean.

This commit is contained in:
zicla
2019-04-28 01:29:13 +08:00
parent aaf7578290
commit e043b6b8d7
16 changed files with 36 additions and 36 deletions

View File

@ -14,7 +14,7 @@ type Context interface {
GetDB() *gorm.DB
//获取一个Bean
GetBean(bean IBean) IBean
GetBean(bean Bean) Bean
//获取全局的Session缓存
GetSessionCache() *cache.Table