1 Star 0 Fork 0

育子/nuciotsdk

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
fileinfo.go 721 Bytes
Copy Edit Raw Blame History
育子 authored 2021-11-21 19:39 . init
package models
// FileInfo 文件信息
type FileInfo struct {
DeviceId string `json:"deviceId"` // 设备编号
FileName string `json:"fileName"` // 文件名称
FileType EnumFileType `json:"fileType"` // 文件类型
FilePath string `json:"filePath"` // 文件路径
FileSize int `json:"fileSize"` // 文件大小
UserData string `json:"userData"` // 用户扩展字段
IotBase
}
// UploadReq 上传请求
type UploadReq struct {
FileType EnumFileType `json:"fileType"` // 文件类型
DeviceId string `json:"deviceId"` // 设备编号
StartTime int64 `json:"startTime"` // 开始时间
EndTime int64 `json:"endTime"` // 结束时间
IotBase
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/magicyu90/nuciotsdk.git
git@gitee.com:magicyu90/nuciotsdk.git
magicyu90
nuciotsdk
nuciotsdk
v1.2.0

Search