From 049a0406e14fa129a95c3309212e401bb2733a6f Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:56:35 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/branch/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stores/branch/types.ts b/src/stores/branch/types.ts index 003961ca..55a07087 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -29,6 +29,8 @@ export type Branch = { taxNo: string; id: string; code: string; + telephoneNo: string; + lineId: string; contact: BranchContact[]; };