Skip to content

Commit

Permalink
fix: typo uer -> user
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Dec 24, 2024
1 parent f87eef1 commit f5b7f5c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (

```go
type User struct {
g.Meta `table:"uer" orm:"do:true"`
g.Meta `table:"user" orm:"do:true"`
Id interface{}
Passport interface{}
Password interface{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (

```go
type User struct {
g.Meta `table:"uer" orm:"do:true"`
g.Meta `table:"user" orm:"do:true"`
Id interface{}
Passport interface{}
Password interface{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (

```go
type User struct {
g.Meta `table:"uer" orm:"do:true"`
g.Meta `table:"user" orm:"do:true"`
Id interface{}
Passport interface{}
Password interface{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (

```go
type User struct {
g.Meta `table:"uer" orm:"do:true"`
g.Meta `table:"user" orm:"do:true"`
Id interface{}
Passport interface{}
Password interface{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (

```go
type User struct {
g.Meta `table:"uer" orm:"do:true"`
g.Meta `table:"user" orm:"do:true"`
Id interface{}
Passport interface{}
Password interface{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (

```go
type User struct {
g.Meta `table:"uer" orm:"do:true"`
g.Meta `table:"user" orm:"do:true"`
Id interface{}
Passport interface{}
Password interface{}
Expand Down

0 comments on commit f5b7f5c

Please sign in to comment.