提交 9a044b28 编写于 作者: m0_50812349's avatar m0_50812349

add autoMoveFilePath 字段,修改utils的fileoperations.go-> file_operations.go

上级 1a1ed2e4
......@@ -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
......
......@@ -8,8 +8,6 @@ import (
"path/filepath"
)
// package fileOperations use File Operations
// fileMove: 文件移动
// src: 源位置 需要传入绝对路径
// dst: 目标位置 需要传入绝对路径
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册