From 9bf966f2cdfffef67475daea5b0c515453008425 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:29:21 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20type=20Pro?= =?UTF-8?q?ductGroupUpdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/product-service/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/product-service/types.ts b/src/stores/product-service/types.ts index cef426f2..3dc25e2e 100644 --- a/src/stores/product-service/types.ts +++ b/src/stores/product-service/types.ts @@ -24,4 +24,5 @@ export interface ProductGroupUpdate { remark: string; detail: string; name: string; + code: string; }