Merge branch 'xjjdev'
This commit is contained in:
commit
586ec2a90f
@ -34,7 +34,7 @@ type UserView struct {
|
|||||||
IdcardFront string `json:"idcardFront" gorm:"column:idcard_front;comment:身份证反面"`
|
IdcardFront string `json:"idcardFront" gorm:"column:idcard_front;comment:身份证反面"`
|
||||||
JoinAssoTime string `json:"joinAssoTime" gorm:"column:join_asso_time;comment:入会时间"`
|
JoinAssoTime string `json:"joinAssoTime" gorm:"column:join_asso_time;comment:入会时间"`
|
||||||
InviterInviteCode string `json:"inviterInviteCode" gorm:"column:inviter_invite_code;comment:邀请人的邀请码"`
|
InviterInviteCode string `json:"inviterInviteCode" gorm:"column:inviter_invite_code;comment:邀请人的邀请码"`
|
||||||
InviterRealName string `json:"inviterRealName" gorm:"column:inviter_name;comment:邀请人的真实姓名"`
|
InviterRealName string `json:"inviterRealName" gorm:"column:inviter_real_name;comment:邀请人的真实姓名"`
|
||||||
CreatedAt time.Time `json:"createdAt" gorm:"column:created_at;comment:"`
|
CreatedAt time.Time `json:"createdAt" gorm:"column:created_at;comment:"`
|
||||||
UpdatedAt time.Time `json:"updatedAt" gorm:"column:updated_at;comment:"`
|
UpdatedAt time.Time `json:"updatedAt" gorm:"column:updated_at;comment:"`
|
||||||
DeletedAt int64 `json:"deletedAt" gorm:"column:deleted_at;comment:"`
|
DeletedAt int64 `json:"deletedAt" gorm:"column:deleted_at;comment:"`
|
||||||
|
Loading…
Reference in New Issue
Block a user