refactor(FE): Rename hand_* to hen_* and egg_mesh to egg_mass

This commit is contained in:
rstubryan
2026-01-12 11:56:52 +07:00
parent 595f2b5e9b
commit 8516929056
2 changed files with 25 additions and 25 deletions
+7 -7
View File
@@ -8,15 +8,15 @@ export type ProductionMetrics = {
fcr_value: number;
fcr_std?: number;
total_chick_qty: number;
hand_day?: number;
hand_house?: number;
hen_day?: number;
hen_house?: number;
feed_intake?: number;
egg_mesh?: number;
egg_weight?: number;
hand_day_std?: number;
hand_house_std?: number;
feed_intake_std?: number;
egg_mesh_std?: number;
egg_mass?: number;
egg_weight?: number;
hen_day_std?: number;
hen_house_std?: number;
egg_mass_std?: number;
egg_weight_std?: number;
daily_gain?: number;
avg_daily_gain?: number;