feat(app): update
This commit is contained in:
8
pkg/dto/MinePageMenuDTO.go
Normal file
8
pkg/dto/MinePageMenuDTO.go
Normal file
@ -0,0 +1,8 @@
|
||||
package dto
|
||||
|
||||
type MinePageMenuDTO struct {
|
||||
MenuIcon string
|
||||
MenuName string
|
||||
MenuScheme string
|
||||
Notification int
|
||||
}
|
||||
Reference in New Issue
Block a user