Lots of changes

This commit is contained in:
2023-12-02 22:16:16 -05:00
parent 16704aeeb1
commit c5df026d04
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
}