Fisrt commit

This commit is contained in:
stud162129
2024-07-04 21:29:26 +03:00
commit 5b197dfab8
9 changed files with 311 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
package models
type Equipment struct {
GUID int
InventoryNumber int
Name string
OwnerId int
ReceiptDate string
LifeTime string
}