mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-28 16:55:32 +00:00
9 lines
200 B
Go
9 lines
200 B
Go
package dbmodels
|
|
|
|
type Deprecated struct {
|
|
Reihentitel string `json:"reihentitel"`
|
|
Norm string `json:"norm"`
|
|
BiblioID int `json:"biblio"`
|
|
Status []string `json:"status"`
|
|
}
|