diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-04-06 10:27:33 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-04-06 10:27:33 +0530 | 
| commit | 64fec78076a44ca63274a134fcbfc641e414bae9 (patch) | |
| tree | b18ece18cd1e2192b5402922088502037ff852cb /user/user.go | |
| parent | e616df98557fe57fc942c360f03f7fafbdb965bd (diff) | |
added FirmName to user
Diffstat (limited to 'user/user.go')
| -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  |