package types import "gorm.io/gorm" type Firmas struct { gorm.Model Responsable string POrderNo int }