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