first commit

This commit is contained in:
Garrou_5
2024-07-05 11:09:19 +03:00
commit 2a79781b93
9 changed files with 259 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
}