refactor(FE): Add record_date to recording payloads

This commit is contained in:
rstubryan
2026-01-14 00:02:44 +07:00
parent a205e57d39
commit 4560073f6a
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -101,6 +101,7 @@ export type NextDayRecording = {
export type CreateGrowingRecordingPayload = {
project_flock_kandang_id: number;
record_date: string;
stocks?: {
product_warehouse_id: number;
qty: number;