修复 go fmt 问题

This commit is contained in:
Leonard Wang
2020-05-19 22:08:45 +08:00
parent f567ce80e6
commit 5e2687a742
21 changed files with 46 additions and 46 deletions

View File

@@ -5,4 +5,4 @@ type SysMenu struct {
MenuId string `json:"menuId"`
AuthorityId string `json:"-"`
Children []SysMenu `json:"children"`
}
}