TheMathemagicians/sevenkeys/database/entities/cardstorage.go

10 lines
163 B
Go
Raw Normal View History

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