feat: predict value.
This commit is contained in:
@ -26,6 +26,7 @@ type HeartRate struct {
|
|||||||
BeltAddr string `gorm:"column:belt_addr;size:255" json:"beltAddr"` // 对应Dart的beltAddr字段
|
BeltAddr string `gorm:"column:belt_addr;size:255" json:"beltAddr"` // 对应Dart的beltAddr字段
|
||||||
Time int64 `gorm:"type:bigint" json:"time"` // 保持与前端一致的毫秒时间戳[3](@ref)
|
Time int64 `gorm:"type:bigint" json:"time"` // 保持与前端一致的毫秒时间戳[3](@ref)
|
||||||
Value int `gorm:"type:int" json:"value"`
|
Value int `gorm:"type:int" json:"value"`
|
||||||
|
PredictValue int `gorm:"type:int" json:"predictValue"`
|
||||||
Identifier string `gorm:"uniqueIndex;type:varchar(255)" json:"identifier"`
|
Identifier string `gorm:"uniqueIndex;type:varchar(255)" json:"identifier"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user