10 lines
110 B
Go
10 lines
110 B
Go
package types
|
|
|
|
import "gorm.io/gorm"
|
|
|
|
type Firmas struct {
|
|
gorm.Model
|
|
Responsable string
|
|
POrderNo int
|
|
}
|