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

10
dbmodels/exemplar.go Normal file
View File

@@ -0,0 +1,10 @@
package dbmodels
type Exemplar struct {
Location string `json:",omitempty"`
Identifier string `json:",omitempty"`
Annotation string `json:",omitempty"`
Condition string `json:",omitempty"`
Owner string `json:",omitempty"`
Media string `json:",omitempty"`
}