Files
vt/model/mandant.go
2025-08-21 19:35:01 +02:00

12 lines
130 B
Go

package model
import (
"git.kocoder.xyz/kocoded/vt/types"
"gorm.io/gorm"
)
type Mandant struct {
gorm.Model
types.Mandant
}