cms_help

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewQueryBuilder

func NewQueryBuilder() *cmsHelpQueryBuilder

Types

type CmsHelp

type CmsHelp struct {
	Id         int64     //
	CategoryId int64     //
	Icon       string    //
	Title      string    //
	ShowStatus int32     //
	CreateTime time.Time `gorm:"autoCreateTime"` //
	ReadCount  int32     //
	Content    string    //
}

CmsHelp 帮助表

func NewModel

func NewModel() *CmsHelp

func (*CmsHelp) Create

func (t *CmsHelp) Create(db *gorm.DB) (id int64, err error)

Jump to

Keyboard shortcuts

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