From fb37747f7a024bdfc5b2b8bdf10204e8e335e004 Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Wed, 11 Jun 2025 18:29:18 +0800 Subject: [PATCH] update --- src/app/api/po/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/api/po/index.ts b/src/app/api/po/index.ts index 009a2e5..ac50ec4 100644 --- a/src/app/api/po/index.ts +++ b/src/app/api/po/index.ts @@ -11,6 +11,7 @@ export interface PoResult { supplier: string estimatedArrivalDate: string completedDate: string + escalated: boolean status: string pol?: PurchaseOrderLine[] }