Fisrt commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
type Equipment struct {
|
||||
GUID int
|
||||
InventoryNumber int
|
||||
Name string
|
||||
OwnerId int
|
||||
ReceiptDate string
|
||||
LifeTime string
|
||||
}
|
||||
Reference in New Issue
Block a user