package entities
type CardStorageLocation struct {
Id int
CardPrintingId string
IsFoil bool
StorageBox string
Source string
Position int
}