feat(BE-281):add standart production into response recording get one

This commit is contained in:
ragilap
2025-12-30 13:17:01 +07:00
parent 16ef73fce3
commit 756ba223ed
3 changed files with 105 additions and 4 deletions
+6
View File
@@ -33,4 +33,10 @@ type Recording struct {
Eggs []RecordingEgg `gorm:"foreignKey:RecordingId;references:Id"`
LatestApproval *Approval `gorm:"-" json:"-"`
StandardHandDay *float64 `gorm:"-"`
StandardHandHouse *float64 `gorm:"-"`
StandardFeedIntake *float64 `gorm:"-"`
StandardEggMesh *float64 `gorm:"-"`
StandardEggWeight *float64 `gorm:"-"`
}