🎨 清理多余文件,修改项目model
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"github.com/flipped-aurora/gin-vue-admin/server/global"
|
||||
"git.echol.cn/loser/Go-Web-Template/server/global"
|
||||
)
|
||||
|
||||
type ExaAttachmentCategory struct {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"github.com/flipped-aurora/gin-vue-admin/server/global"
|
||||
"git.echol.cn/loser/Go-Web-Template/server/global"
|
||||
)
|
||||
|
||||
// file struct, 文件结构体
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"github.com/flipped-aurora/gin-vue-admin/server/global"
|
||||
"git.echol.cn/loser/Go-Web-Template/server/global"
|
||||
)
|
||||
|
||||
type ExaFileUploadAndDownload struct {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package response
|
||||
|
||||
import "github.com/flipped-aurora/gin-vue-admin/server/model/common"
|
||||
import "git.echol.cn/loser/Go-Web-Template/server/model/common"
|
||||
|
||||
type FilePathResponse struct {
|
||||
FilePath string `json:"filePath"`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package response
|
||||
|
||||
import "github.com/flipped-aurora/gin-vue-admin/server/model/common"
|
||||
import "git.echol.cn/loser/Go-Web-Template/server/model/common"
|
||||
|
||||
type ExaFileResponse struct {
|
||||
File common.ExaFileUploadAndDownload `json:"file"`
|
||||
|
||||
Reference in New Issue
Block a user