[FIX/BE-US] add response warehouse and project flock kandang

This commit is contained in:
ragilap
2026-01-15 13:48:00 +07:00
parent 2a884a8d09
commit 7f2401311b
10 changed files with 150 additions and 20 deletions
+2
View File
@@ -7,6 +7,8 @@ type RecordingEgg struct {
RecordingId uint `gorm:"column:recording_id;not null;index"`
ProductWarehouseId uint `gorm:"column:product_warehouse_id;not null"`
Qty int `gorm:"column:qty;not null"`
TotalQty float64 `gorm:"column:total_qty"`
TotalUsed float64 `gorm:"column:total_used"`
Weight *float64 `gorm:"column:weight"`
CreatedBy uint `gorm:"column:created_by"`
CreatedAt time.Time `gorm:"autoCreateTime"`