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

8 lines
74 B
Go

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