Skip to content

Commit

Permalink
Update internal/app/entity/menu_entity.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
voltgizerz and coderabbitai[bot] committed Jun 28, 2024
1 parent 8819f97 commit 0ce5b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/entity/menu_entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Menu struct {
type MenuORM struct {
ID int64 `db:"id"`
Name string `db:"name"`
UserId int64 `db:"user_id"`
UserID int64 `db:"user_id"`
Thumbnail string `db:"thumbnail"`
Price float64 `db:"price"`
IsActive bool `db:"is_active"`
Expand Down

0 comments on commit 0ce5b61

Please sign in to comment.