Initial commit.

This commit is contained in:
2025-08-12 18:10:43 +02:00
commit 25a0db9b1e
44 changed files with 8121 additions and 0 deletions

7
model/scanobject.go Normal file
View File

@ -0,0 +1,7 @@
package model
import "gorm.io/gorm"
type Scanobject struct {
gorm.Model
}