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