go-common/app/interface/main/space/model/theme.go

8 lines
139 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package model
// ThemeInfo theme info.
type ThemeInfo struct {
SID int64 `json:"sid"`
IsActivated int64 `json:"is_activated"`
}