Browse Source

fix:uuid package

songzhibin97 3 years ago
parent
commit
f51e631428
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/model/sys_user.go

+ 1 - 1
server/model/sys_user.go

@@ -3,7 +3,7 @@ package model
 import (
 	"gin-vue-admin/global"
 
-	"github.com/gofrs/uuid"
+	"github.com/satori/go.uuid"
 )
 
 type SysUser struct {