Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Banner ¶
type Banner struct { Id int64 `xorm:"pk autoincr"` // 注:使用getOne 或者ID() 需要设置主键 Pid int Title string ImageUrl string `xorm:"'img_url'"` Url string Status string CreatedAt time.Time UpdatedAt time.Time DeletedAt time.Time `xorm:"deleted"` // 此特性会激发软删除 }
*
- Banner实体
Click to show internal directories.
Click to hide internal directories.