package enum
type Menu struct {
Id string `json:"id"`
Privilege string `json:"privilege,omitempty"`
}