mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
feat(BE): recording
This commit is contained in:
@@ -11,8 +11,7 @@ type Recording struct {
|
||||
ProjectFlockKandangId uint `gorm:"column:project_flock_id;not null;index"`
|
||||
RecordDatetime time.Time `gorm:"column:record_datetime;not null"`
|
||||
RecordDate *time.Time `gorm:"column:record_date"`
|
||||
Status int `gorm:"column:status;not null;default:0"`
|
||||
Ontime bool `gorm:"column:ontime;not null;default:false"`
|
||||
Ontime int `gorm:"column:ontime;not null;default:0"`
|
||||
Day *int `gorm:"column:day"`
|
||||
TotalDepletion *int `gorm:"column:total_depletion"`
|
||||
CumDepletionRate *float64 `gorm:"column:cum_depletion_rate"`
|
||||
|
||||
Reference in New Issue
Block a user