go-common/app/job/main/reply/model/drawyoo/drawyoo.go

12 lines
227 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package drawyoo
// Drawyoo Drawyoo
type Drawyoo struct {
Hid int64 `json:"hid"`
Mid int64 `json:"mid"`
Title string `json:"title"`
Link string `json:"link"`
Cover string `json:"cover"`
Msg string `json:"msg"`
}