From e606f1958e5e2ae6226b827f8bbe4bc399384dd8 Mon Sep 17 00:00:00 2001 From: Net Date: Wed, 25 Sep 2024 10:58:23 +0700 Subject: [PATCH] refactor: add type remark --- 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 f11c72cd..93cf82a2 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -16,6 +16,7 @@ export type BankBook = { }; export type Branch = { + remark: string; permitExpireDate: Date; permitIssueDate: Date; permitNo: string; @@ -98,6 +99,7 @@ export type BranchCreate = { lineId: string; webUrl?: string; virtual: boolean; + remark: string; }; export type BranchUserStats = {