TheMathemagicians/sevenkeys/database/entities/cardstorage.go

11 lines
184 B
Go
Raw Normal View History

2024-05-27 11:05:52 +00:00
package entities
type CardStorageLocation struct {
Id int
CardPrintingId string
IsFoil bool
2024-05-27 11:05:52 +00:00
StorageBox string
Source string
Position int
}