Lots of changes

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent e09d399c98
commit 7c13b1f209
16 changed files with 135 additions and 122 deletions

View File

@ -6,8 +6,10 @@ import (
type Hardware struct {
gorm.Model
Name string
Type string
SerialNumber string
Name string
Type string
Description string
// has many tests
Tests[] Test
}