add models generation and josn print
This commit is contained in:
18
app/model/prestadb/ps_customer_group.go
Normal file
18
app/model/prestadb/ps_customer_group.go
Normal file
@@ -0,0 +1,18 @@
|
||||
// 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 TableNamePsCustomerGroup = "ps_customer_group"
|
||||
|
||||
// PsCustomerGroup mapped from table <ps_customer_group>
|
||||
type PsCustomerGroup struct {
|
||||
IDCustomer int32 `gorm:"column:id_customer;primaryKey;index:id_customer,priority:1" json:"id_customer"`
|
||||
IDGroup int32 `gorm:"column:id_group;primaryKey;index:customer_login,priority:1" json:"id_group"`
|
||||
}
|
||||
|
||||
// TableName PsCustomerGroup's table name
|
||||
func (*PsCustomerGroup) TableName() string {
|
||||
return TableNamePsCustomerGroup
|
||||
}
|
||||
Reference in New Issue
Block a user