add models generation and josn print
This commit is contained in:
20
app/model/prestadb/ps_attribute_group_lang.go
Normal file
20
app/model/prestadb/ps_attribute_group_lang.go
Normal file
@@ -0,0 +1,20 @@
|
||||
// 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 TableNamePsAttributeGroupLang = "ps_attribute_group_lang"
|
||||
|
||||
// PsAttributeGroupLang mapped from table <ps_attribute_group_lang>
|
||||
type PsAttributeGroupLang struct {
|
||||
IDAttributeGroup int32 `gorm:"column:id_attribute_group;primaryKey;index:IDX_4653726C67A664FB,priority:1" json:"id_attribute_group"`
|
||||
IDLang int32 `gorm:"column:id_lang;primaryKey;index:IDX_4653726CBA299860,priority:1" json:"id_lang"`
|
||||
Name string `gorm:"column:name;not null" json:"name"`
|
||||
PublicName string `gorm:"column:public_name;not null" json:"public_name"`
|
||||
}
|
||||
|
||||
// TableName PsAttributeGroupLang's table name
|
||||
func (*PsAttributeGroupLang) TableName() string {
|
||||
return TableNamePsAttributeGroupLang
|
||||
}
|
||||
Reference in New Issue
Block a user