sku_image

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SkuImage

type SkuImage struct {
	ID        int64  `gorm:"column:id;primaryKey" json:"-"`
	Url       string `gorm:"column:url" json:"-"`        //文件位置
	ModelName string `gorm:"column:model_name" json:"-"` //型号名称
	PackageId int64  `gorm:"column:package_id" json:"-"` //封装ID
	CreatedAt string `gorm:"column:created_at" json:"-"` //更新时间
	UpdatedAt string `gorm:"column:updated_at" json:"-"` //更新时间
	DeletedAt string `gorm:"column:deleted_at" json:"-"` //删除时间
}

func Find

func Find(id int64) (obj *SkuImage, err error)

func (*SkuImage) TableName

func (p *SkuImage) TableName() string

Jump to

Keyboard shortcuts

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