banckend style-fix

This commit is contained in:
dhb52
2022-08-09 23:07:51 +08:00
committed by songzhibin97
parent 9c564df350
commit 1efb68b11f
9 changed files with 17 additions and 17 deletions

View File

@@ -2,9 +2,10 @@ package system
import (
"errors"
"github.com/flipped-aurora/gin-vue-admin/server/global"
"go/token"
"strings"
"github.com/flipped-aurora/gin-vue-admin/server/global"
)
// AutoCodeStruct 初始版本自动化代码工具
@@ -61,7 +62,7 @@ type Field struct {
Clearable bool `json:"clearable"` // 是否可清空
}
var AutoMoveErr error = errors.New("创建代码成功并移动文件成功")
var ErrAutoMove error = errors.New("创建代码成功并移动文件成功")
type SysAutoCode struct {
global.GVA_MODEL