cml04-mediciones/internal/types/firmas.go

10 lines
110 B
Go
Raw Permalink Normal View History

2024-08-20 09:11:15 +02:00
package types
import "gorm.io/gorm"
type Firmas struct {
gorm.Model
Responsable string
POrderNo int
}