go-common/app/job/main/block/model/blackhouse.go
2019-04-22 02:59:20 +00:00

12 lines
187 B
Go

package model
import (
xtime "go-common/library/time"
)
// CreditAnswerMSG param struct
type CreditAnswerMSG struct {
MID int64 `json:"mid"`
MTime xtime.Time `json:"mtime"`
}