Finish half translation work.
This commit is contained in:
@ -20,11 +20,9 @@ type UserService struct {
|
||||
locker *cache.Table
|
||||
}
|
||||
|
||||
//初始化方法
|
||||
func (this *UserService) Init() {
|
||||
this.BaseBean.Init()
|
||||
|
||||
//手动装填本实例的Bean. 这里必须要用中间变量方可。
|
||||
b := core.CONTEXT.GetBean(this.userDao)
|
||||
if b, ok := b.(*UserDao); ok {
|
||||
this.userDao = b
|
||||
|
Reference in New Issue
Block a user