Files
vt/model/material.go
2025-08-12 18:10:43 +02:00

8 lines
75 B
Go

package model
import "gorm.io/gorm"
type Material struct {
gorm.Model
}