修改导包顺序

This commit is contained in:
dushixiang
2021-03-19 20:53:59 +08:00
parent 832d36197f
commit 87e352619d
18 changed files with 51 additions and 28 deletions

View File

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