Skip to content

Commit

Permalink
♻️ refactor: updated codebase #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Nov 17, 2023
1 parent 7582b39 commit 9a72550
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/models/common_model.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package models

// Define table by Gin tag
type Common struct {
Id int `json:"_id" db:"id"`
Submit bool `json:"submit" db:"submit"`
}

type CommonRequest struct {
Expand Down

0 comments on commit 9a72550

Please sign in to comment.