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