Files
b2b/app/model/prestadb/ps_manufacturer_shop.go

19 lines
635 B
Go

// Code generated by gorm.io/gen. DO NOT EDIT.
// Code generated by gorm.io/gen. DO NOT EDIT.
// Code generated by gorm.io/gen. DO NOT EDIT.
package prestadb
const TableNamePsManufacturerShop = "ps_manufacturer_shop"
// PsManufacturerShop mapped from table <ps_manufacturer_shop>
type PsManufacturerShop struct {
IDManufacturer int32 `gorm:"column:id_manufacturer;primaryKey" json:"id_manufacturer"`
IDShop int32 `gorm:"column:id_shop;primaryKey;index:id_shop,priority:1" json:"id_shop"`
}
// TableName PsManufacturerShop's table name
func (*PsManufacturerShop) TableName() string {
return TableNamePsManufacturerShop
}