mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-12-16 14:15:30 +00:00
Places, Agents, Serials, Entries
This commit is contained in:
8
dbmodels/deprecated.go
Normal file
8
dbmodels/deprecated.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package dbmodels
|
||||
|
||||
type Deprecated struct {
|
||||
Reihentitel string `json:"reihentitel"`
|
||||
Norm string `json:"norm"`
|
||||
BiblioID int `json:"biblio"`
|
||||
Status []string `json:"status"`
|
||||
}
|
||||
Reference in New Issue
Block a user