19 lines
539 B
Go
19 lines
539 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 TableNamePsZoneShop = "ps_zone_shop"
|
|
|
|
// PsZoneShop mapped from table <ps_zone_shop>
|
|
type PsZoneShop struct {
|
|
IDZone int32 `gorm:"column:id_zone;primaryKey" json:"id_zone"`
|
|
IDShop int32 `gorm:"column:id_shop;primaryKey;index:id_shop,priority:1" json:"id_shop"`
|
|
}
|
|
|
|
// TableName PsZoneShop's table name
|
|
func (*PsZoneShop) TableName() string {
|
|
return TableNamePsZoneShop
|
|
}
|