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