go-common/app/job/main/tv/model/pgc/style.go

22 lines
290 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package pgc
// ParamStyle .
type ParamStyle struct {
Name string `json:"name"`
StyleID int `json:"style_id"`
}
// StyleRes .
type StyleRes struct {
ID int
Style string
Category int
}
// LabelRes .
type LabelRes struct {
Name string
Value int
Category int
}