修改导包顺序

This commit is contained in:
dushixiang
2021-03-19 20:53:59 +08:00
parent 3b8f081c36
commit 19ddb9ad97
18 changed files with 51 additions and 28 deletions

View File

@ -1,9 +1,10 @@
package repository
import (
"gorm.io/gorm"
"next-terminal/server/model"
"next-terminal/server/utils"
"gorm.io/gorm"
)
type UserGroupRepository struct {