diff options
Diffstat (limited to 'user')
| -rw-r--r-- | user/user.go | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/user/user.go b/user/user.go index 401ebe7..1682388 100644 --- a/user/user.go +++ b/user/user.go @@ -41,6 +41,7 @@ type User struct {  	gorm.Model    u.Address    FullName   string +  FirmName   string    Gstin      string    Phone      string    Email      string  |