package dto type MenuUIDto struct { ID string `json:"id"` Title string `json:"title"` Icon string `json:"icon"` Type int `json:"type"` OpenType string `json:"openType"` Href string `json:"href"` Children []*MenuUIDto `json:"children"` }