Files
musenalm/dbmodels/deprecated.go
2025-02-09 14:05:27 +01:00

11 lines
280 B
Go

package dbmodels
type Deprecated struct {
Reihentitel string `json:"reihentitel"`
Norm string `json:"norm"`
BiblioID int `json:"biblio"`
Status []string `json:"status"`
Gesichtet bool `json:"gesichtet"`
Erfasst bool `json:"erfasst"`
}