add models generation and josn print
This commit is contained in:
18
app/model/prestadb/ps_module_access.go
Normal file
18
app/model/prestadb/ps_module_access.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 TableNamePsModuleAccess = "ps_module_access"
|
||||
|
||||
// PsModuleAccess mapped from table <ps_module_access>
|
||||
type PsModuleAccess struct {
|
||||
IDProfile int32 `gorm:"column:id_profile;primaryKey" json:"id_profile"`
|
||||
IDAuthorizationRole int32 `gorm:"column:id_authorization_role;primaryKey" json:"id_authorization_role"`
|
||||
}
|
||||
|
||||
// TableName PsModuleAccess's table name
|
||||
func (*PsModuleAccess) TableName() string {
|
||||
return TableNamePsModuleAccess
|
||||
}
|
||||
Reference in New Issue
Block a user