pms_brand

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewQueryBuilder

func NewQueryBuilder() *pmsBrandQueryBuilder

Types

type PmsBrand

type PmsBrand struct {
	Id                  int64  //
	Name                string //
	FirstLetter         string // 首字母
	Sort                int32  //
	FactoryStatus       int32  // 是否为品牌制造商:0->不是;1->是
	ShowStatus          int32  //
	ProductCount        int32  // 产品数量
	ProductCommentCount int32  // 产品评论数量
	BigPic              string // 专区大图
	BrandStory          string // 品牌故事
}

PmsBrand 品牌表

func NewModel

func NewModel() *PmsBrand

func (*PmsBrand) Create

func (t *PmsBrand) 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