Skip to content

Commit

Permalink
MOD:
Browse files Browse the repository at this point in the history
  • Loading branch information
timidsmile committed Aug 29, 2018
1 parent 958dbf0 commit 7a406f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/userBasic.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package model

type User struct {
BasicMdl
Basic
UserID string `gorm:"size:32 column:user_id" json:"userID"`
UserName string `gorm:"size:32 column:user_name" json:"userName"`
mobile string `gorm:"size:32" json:"mobile"`
Expand Down
Binary file modified pspace
Binary file not shown.

0 comments on commit 7a406f0

Please sign in to comment.