deleted grade in recording egg unfinished: daily gain question, and confirm counting about fcr, adg, mortality and others

This commit is contained in:
ragilap
2025-12-05 21:58:51 +07:00
parent 1bca29cd31
commit 70b2a5a2d1
6 changed files with 2 additions and 9 deletions
-1
View File
@@ -8,7 +8,6 @@ type RecordingEgg struct {
ProductWarehouseId uint `gorm:"column:product_warehouse_id;not null"`
Qty int `gorm:"column:qty;not null"`
Weight *float64 `gorm:"column:weight"`
Grade *string `gorm:"column:grade;type:varchar(50)"`
CreatedBy uint `gorm:"column:created_by"`
CreatedAt time.Time `gorm:"autoCreateTime"`
UpdatedAt time.Time `gorm:"autoUpdateTime"`