go-common/app/interface/main/creative/model/up/up.go

17 lines
358 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package up
//Switch for up switch controll.
type Switch struct {
State int32 `json:"state"`
Show int `json:"show"`
Face string `json:"face"`
}
// SpecialGroup UP主分组关联关系
type SpecialGroup struct {
ID int64 `json:"id"`
MID int64 `json:"mid"`
GroupID int64 `json:"group_id"`
GroupName string `json:"group_name"`
}