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:"-"` //删除时间 }
Click to show internal directories.
Click to hide internal directories.