bannermodel

package
v1.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetInstance

func GetInstance() *bannerModel

单例模式

Types

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实体

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL