From b3d0f932f1f19a82fed57587304c551bba1be66f Mon Sep 17 00:00:00 2001 From: Nick Zeng Date: Thu, 5 Feb 2026 08:57:02 +0800 Subject: [PATCH] update entity parse --- backend/app/Entity/Parse/EntityParse.php | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/Entity/Parse/EntityParse.php b/backend/app/Entity/Parse/EntityParse.php index f4b96a3..32a9e9d 100644 --- a/backend/app/Entity/Parse/EntityParse.php +++ b/backend/app/Entity/Parse/EntityParse.php @@ -118,6 +118,7 @@ abstract class EntityParse implements EntityParseInterface 'company_id' => $meta['company_id'] ?? null, 'platform_id' => $meta['platform_id'] ?? null, 'store_id' => $meta['store_id'] ?? null, + 'platform_store_id' => $meta['platform_store_id'] ?? null, 'unique_id' => $meta['unique_id'] ?? null, ];