提交 v1.3.0 beta
This commit is contained in:
7
server/dto/permission.go
Normal file
7
server/dto/permission.go
Normal file
@ -0,0 +1,7 @@
|
||||
package dto
|
||||
|
||||
type TreeMenu struct {
|
||||
Title string `json:"title"`
|
||||
Key string `json:"key"`
|
||||
Children []TreeMenu `json:"children"`
|
||||
}
|
Reference in New Issue
Block a user