Bulk commit: November work
This commit is contained in:
@ -4,4 +4,9 @@ import "gorm.io/gorm"
|
||||
|
||||
type Projekt struct {
|
||||
gorm.Model
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
Icon string `json:"icon"`
|
||||
Mandant Mandant
|
||||
MandantID uint
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user