package vo type AcmeUserPageReq struct { Bean struct { Email string `json:"email"` } Page Page }