add gen
This commit is contained in:
4
cmd/model/company.go
Normal file
4
cmd/model/company.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package model
|
||||
|
||||
type Company struct {
|
||||
}
|
||||
4
cmd/model/user.go
Normal file
4
cmd/model/user.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package model
|
||||
|
||||
type User struct {
|
||||
}
|
||||
Reference in New Issue
Block a user