2 Star 0 Fork 0

江苏艾雨文承养老机器人有限公司/aywc_judge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DeviceWarmModel.go 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
dtal 提交于 2021-06-02 09:26 +08:00 . init
package models
import (
"time"
)
type DeviceWarmModel struct {
Id string `json:"id" gorm:"column:id" db:"id"`
Type string `json:"type" gorm:"column:type" db:"type"`
DeviceId string `json:"device_id" gorm:"column:device_id" db:"device_id"`
Status string `json:"status" gorm:"column:status" db:"status"`
UpdateTime time.Time `json:"update_time" gorm:"column:update_time" db:"update_time"`
CreateTime time.Time `json:"create_time" gorm:"column:create_time" db:"create_time"`
Location string `json:"location" gorm:"column:location" db:"location"`
LocationLabel string `json:"location_label" gorm:"column:location_label" db:"location_label"`
UploadFileName string `json:"upload_file_name" gorm:"column:upload_file_name" db:"upload_file_name"`
UploadFileSize int64 `json:"upload_file_size" gorm:"column:upload_file_size" db:"upload_file_size"`
Result string `json:"result" gorm:"column:result" db:"result"`
IdFk string `json:"idFk" gorm:"column:id_fk" db:"id_fk"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/aywc_1/aywc_judge.git
git@gitee.com:aywc_1/aywc_judge.git
aywc_1
aywc_judge
aywc_judge
v0.6.3

搜索帮助