Add some new api of preference.

This commit is contained in:
zicla
2017-12-25 14:32:18 +08:00
parent 00472c6b4d
commit a7e502ba9c
9 changed files with 199 additions and 11 deletions

View File

@ -104,6 +104,11 @@ func (this *Context) registerBeans() {
this.registerBean(new(MatterDao))
this.registerBean(new(MatterService))
//preference
this.registerBean(new(PreferenceController))
this.registerBean(new(PreferenceDao))
this.registerBean(new(PreferenceService))
//session
this.registerBean(new(SessionDao))