Create & Init Project...
This commit is contained in:
11
app/job/main/reply/model/drawyoo/drawyoo.go
Normal file
11
app/job/main/reply/model/drawyoo/drawyoo.go
Normal file
@ -0,0 +1,11 @@
|
||||
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"`
|
||||
}
|
Reference in New Issue
Block a user