互动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
703 B

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