Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrandAlias ¶
type BrandAlias struct { ID int64 `gorm:"column:id;primaryKey"` BrandCode string `gorm:"column:brand_code"` //品牌编码 AliasName string `gorm:"column:alias_name"` //品牌别名 State int64 `gorm:"column:state"` //状态 DeletedAt int64 `gorm:"column:deleted_at"` //删除时间 CreatedAt string `gorm:"column:created_at;->"` //创建时间 UpdatedAt string `gorm:"column:updated_at;->"` //更新时间 }
func GetBrandByAlias ¶
func GetBrandByAlias(alias string) (obj *BrandAlias, err error)
func (*BrandAlias) TableName ¶
func (p *BrandAlias) TableName() string
Click to show internal directories.
Click to hide internal directories.