adjust calculate for week at recording list

This commit is contained in:
giovanni
2026-05-07 21:09:10 +07:00
parent 06070871c7
commit aa5d4ab818
3 changed files with 93 additions and 2 deletions
+1
View File
@@ -43,6 +43,7 @@ type Recording struct {
StandardEggMass *float64 `gorm:"-"`
StandardEggWeight *float64 `gorm:"-"`
StandardFcr *float64 `gorm:"-"`
StandardWeek *int `gorm:"-"`
PopulationCanChange *bool `gorm:"-"`
TransferExecuted *bool `gorm:"-"`
IsTransition *bool `gorm:"-"`