Rename to footprint.

This commit is contained in:
zicla
2018-11-30 13:17:58 +08:00
parent bfc549a669
commit 4af940647d
8 changed files with 145 additions and 143 deletions

View File

@ -126,10 +126,10 @@ func (this *Context) registerBeans() {
this.registerBean(new(PreferenceDao))
this.registerBean(new(PreferenceService))
//securityVisit
this.registerBean(new(SecurityVisitController))
this.registerBean(new(SecurityVisitDao))
this.registerBean(new(SecurityVisitService))
//footprint
this.registerBean(new(FootprintController))
this.registerBean(new(FootprintDao))
this.registerBean(new(FootprintService))
//session
this.registerBean(new(SessionDao))