Add two preference edit api.

This commit is contained in:
lishuang
2020-07-11 14:40:03 +08:00
parent 69820bfcb9
commit 096eb7c73e
9 changed files with 186 additions and 25 deletions

View File

@ -169,6 +169,9 @@ func (this *TankContext) registerBeans() {
//uploadToken
this.registerBean(new(rest.UploadTokenDao))
//task
this.registerBean(new(rest.TaskService))
//user
this.registerBean(new(rest.UserController))
this.registerBean(new(rest.UserDao))