Lots of changes
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user