@ -158,7 +158,7 @@ type UserWalletApply struct {
ApplyUserID int `json:"-"`
ApplyUser *manage.UserInfo `json:"-" gorm:"foreigKey:ApplyUserID"`
ApplyUserName string `json:"apply_user_name" gorm:"-"`
ApplyTime *time.Time `json:"-" gorm:"apply_time"`
ApplyTime *time.Time `json:"apply_time" gorm:"apply_time"`
}
func (o UserWalletApply) TableName() string {