Bulk commit: November work

This commit is contained in:
2025-11-06 11:46:35 +01:00
parent cf82dede3b
commit 183875baf4
60 changed files with 16590 additions and 102 deletions

View File

@ -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
}