feat: file management renname

This commit is contained in:
zhangsz
2025-04-09 15:24:22 +08:00
parent 86f09204f9
commit 6af0241b5c
7 changed files with 36 additions and 17 deletions

View File

@@ -12,6 +12,8 @@ import (
"github.com/gin-gonic/gin"
)
var NewFileExprt = &FileExport{}
type FileExport struct {
file.FileInfo
}

View File

@@ -13,6 +13,8 @@ import (
"github.com/gin-gonic/gin"
)
var NewFileSource = &FileSource{}
type FileSource struct {
SysJob model.SysJob
TableName string `json:"tableName"`