mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-12-16 22:25:30 +00:00
Exemplare -> Items
This commit is contained in:
10
dbmodels/common.go
Normal file
10
dbmodels/common.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package dbmodels
|
||||
|
||||
type AnnotatioNotes struct {
|
||||
Annotation string `json:",omitempty" db:"annotation"`
|
||||
Notes string `json:",omitempty" db:"edit_comment"`
|
||||
}
|
||||
|
||||
type FieldMetaData struct {
|
||||
MetaData MetaData `json:",omitempty" db:"edit_fielddata"`
|
||||
}
|
||||
Reference in New Issue
Block a user