package vo type DomainPageReq struct { Bean struct { Name string `json:"name"` } Page Page }