enterprise/common/model/corp_data.go

9 lines
125 B
Go

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