Skip to content

Commit

Permalink
brand updated
Browse files Browse the repository at this point in the history
  • Loading branch information
auspicious123 committed Dec 20, 2024
1 parent 4d4d1ec commit f34af74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions models/brand.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
type Brand struct {
ID uuid.UUID `gorm:"type:uuid;default:uuid_generate_v4();primary_key" json:"id"`
Name string `json:"name"`
AgentId string `json:"agent_id"`
Slogan string `json:"slogan"`
Description string `json:"description"`
LogoImage string `json:"logo_image"`
Expand Down

0 comments on commit f34af74

Please sign in to comment.