feat(BE-278): adjustment_recording dto

This commit is contained in:
ragilap
2025-12-31 09:13:55 +07:00
parent 756ba223ed
commit d9afd2913e
4 changed files with 48 additions and 1 deletions
+1
View File
@@ -39,4 +39,5 @@ type Recording struct {
StandardFeedIntake *float64 `gorm:"-"`
StandardEggMesh *float64 `gorm:"-"`
StandardEggWeight *float64 `gorm:"-"`
StandardFcr *float64 `gorm:"-"`
}