package vo type PlanVo struct { SendAmount int `json:"send_amount"` ReceiveAmount int `json:"receive_amount"` ReportAmount int `json:"report_amount"` }