Places, Agents, Serials, Entries

This commit is contained in:
Simon Martens
2025-02-08 15:24:13 +01:00
parent f4cbb037e0
commit cfce7a2dc7
32 changed files with 451342 additions and 154 deletions

8
dbmodels/deprecated.go Normal file
View 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"`
}