blackhouse.go 187 B

1234567891011
  1. package model
  2. import (
  3. xtime "go-common/library/time"
  4. )
  5. // CreditAnswerMSG param struct
  6. type CreditAnswerMSG struct {
  7. MID int64 `json:"mid"`
  8. MTime xtime.Time `json:"mtime"`
  9. }