package models //背景图 //type UiBase struct { // Id int64 `json:"id"` // ActivityId int64 `json:"activity_id" description:"主活动的id"` // PhoneImageUrl string `json:"phone_image_url" description:"手机端通用背景地址"` // MaxImageUrl string `json:"max_image_url" description:"互动大屏背景地址"` // LogoUrl string `json:" logo_url" description:"自定义logo地址"` // IsDelete bool `json:"is_delete" xorm:"default(0)" description:"是否删除"` // CreatedAt time.Time `json:"created_at" xorm:"created" description:"创建时间"` // UpdatedAt time.Time `json:"updated_at" xorm:"updated" description:"更新时间"` //}