forked from goffee/cup
sample users admin
This commit is contained in:
parent
19c24593fe
commit
0f520e67af
9 changed files with 488 additions and 3 deletions
|
|
@ -10,6 +10,7 @@ import "gorm.io/gorm"
|
|||
type User struct {
|
||||
gorm.Model
|
||||
Name string
|
||||
Fullname string
|
||||
Email string
|
||||
Password string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue