mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-20 14:18:24 +00:00
add autoMoveFilePath 字段,修改utils的fileoperations.go-> file_operations.go
This commit is contained in:
@@ -12,9 +12,10 @@ import (
|
||||
)
|
||||
|
||||
type tplData struct {
|
||||
template *template.Template
|
||||
locationPath string
|
||||
autoCodePath string
|
||||
template *template.Template
|
||||
locationPath string
|
||||
autoCodePath string
|
||||
autoMoveFilePath string
|
||||
}
|
||||
|
||||
// @title CreateTemp
|
||||
|
||||
Reference in New Issue
Block a user