first commit

This commit is contained in:
RedokPaw
2024-07-03 21:30:49 +03:00
commit aaf436b992
16 changed files with 361 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package models
type Employee struct {
ID int
Name string
Email string
Position string
PersonnelNumber int
}