pixel
4 years ago
15 changed files with 83 additions and 83 deletions
-
10server/model/exa_customer.go
-
8server/model/exa_file_upload_download.go
-
18server/model/exa_simple_uploader.go
-
8server/model/sys_api.go
-
6server/model/sys_authority.go
-
4server/model/sys_authority_menu.go
-
22server/model/sys_base_menu.go
-
8server/model/sys_dictionary.go
-
10server/model/sys_dictionary_detail.go
-
2server/model/sys_jwt_blacklist.go
-
20server/model/sys_operation_record.go
-
14server/model/sys_user.go
-
20server/model/sys_workflow.go
-
12server/model/sys_workflow_process.go
-
4server/resource/template/te/model.go.tpl
@ -1,13 +1,13 @@ |
|||
package model |
|||
|
|||
type ExaSimpleUploader struct { |
|||
ChunkNumber string `json:"chunkNumber" gorm:"comment:'当前切片标记'"` |
|||
CurrentChunkSize string `json:"currentChunkSize" gorm:"comment:'当前切片容量'"` |
|||
CurrentChunkPath string `json:"currentChunkPath" gorm:"comment:'切片本地路径'"` |
|||
TotalSize string `json:"totalSize" gorm:"comment:'总容量'"` |
|||
Identifier string `json:"identifier" gorm:"comment:'文件标识(md5)'"` |
|||
Filename string `json:"filename" gorm:"comment:'文件名'"` |
|||
TotalChunks string `json:"totalChunks" gorm:"comment:'切片总数'"` |
|||
IsDone bool `json:"isDone" gorm:"comment:'是否上传完成'"` |
|||
FilePath string `json:"filePath" gorm:"comment:'文件本地路径'"` |
|||
ChunkNumber string `json:"chunkNumber" gorm:"comment:当前切片标记"` |
|||
CurrentChunkSize string `json:"currentChunkSize" gorm:"comment:当前切片容量"` |
|||
CurrentChunkPath string `json:"currentChunkPath" gorm:"comment:切片本地路径"` |
|||
TotalSize string `json:"totalSize" gorm:"comment:总容量"` |
|||
Identifier string `json:"identifier" gorm:"comment:文件标识(md5)"` |
|||
Filename string `json:"filename" gorm:"comment:文件名"` |
|||
TotalChunks string `json:"totalChunks" gorm:"comment:切片总数"` |
|||
IsDone bool `json:"isDone" gorm:"comment:是否上传完成"` |
|||
FilePath string `json:"filePath" gorm:"comment:文件本地路径"` |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue