go-common/app/job/main/member/model/block/blackhouse.go
2019-04-22 18:49:16 +08:00

12 lines
187 B
Go

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