package model type CorpOrderData struct { PayCount int64 PayAmount int64 RefundCount int64 RefundAmount int64 }