go-common/app/interface/main/app-view/model/act/act.go

8 lines
107 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package act
// Relate bnj Relate
type Relate struct {
URL string `json:"url"`
Img string `json:"img"`
}