perf: add contact phone number in invoice header (#3427)

This commit is contained in:
papapatrick
2024-12-19 14:01:07 +08:00
committed by GitHub
parent ce2e926d76
commit 1f4e5f6d71
8 changed files with 67 additions and 21 deletions

View File

@@ -101,6 +101,7 @@ export type TeamInvoiceHeaderType = {
bankName?: string;
bankAccount?: string;
needSpecialInvoice: boolean;
contactPhone: string;
emailAddress: string;
};