添加了缩略图显示

main
yang.yongquan 2022-12-28 10:42:14 +08:00
parent 9b37b62529
commit 6f089a08d8
2 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,8 @@ export interface Department {
} }
export interface Invoice { export interface Invoice {
invoiceFileUri: string;
invoiceThumbnailUri: string;
invoiceNo: string; invoiceNo: string;
invoiceCode: string; invoiceCode: string;
invoiceDate: string; invoiceDate: string;

File diff suppressed because one or more lines are too long