Files
servicebase/pkg/dto/MinePageMenuDTO.go
2025-11-19 14:24:13 +08:00

9 lines
126 B
Go

package dto
type MinePageMenuDTO struct {
MenuIcon string
MenuName string
MenuScheme string
Notification int
}