This commit is contained in:
yanghao05
2023-01-29 19:00:18 +08:00
parent 8ade8728e4
commit e07cf08d34
8 changed files with 243 additions and 22 deletions

4
cmd/model/company.go Normal file
View File

@@ -0,0 +1,4 @@
package model
type Company struct {
}

4
cmd/model/user.go Normal file
View File

@@ -0,0 +1,4 @@
package model
type User struct {
}