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 = {