🎨 移除多余模块
This commit is contained in:
7
server/model/common/response/exa_file_upload_download.go
Normal file
7
server/model/common/response/exa_file_upload_download.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package response
|
||||
|
||||
import "github.com/flipped-aurora/gin-vue-admin/server/model/common"
|
||||
|
||||
type ExaFileResponse struct {
|
||||
File common.ExaFileUploadAndDownload `json:"file"`
|
||||
}
|
||||
Reference in New Issue
Block a user