添加了缩略图显示
parent
9b37b62529
commit
6f089a08d8
|
@ -18,6 +18,8 @@ export interface Department {
|
|||
}
|
||||
|
||||
export interface Invoice {
|
||||
invoiceFileUri: string;
|
||||
invoiceThumbnailUri: string;
|
||||
invoiceNo: string;
|
||||
invoiceCode: string;
|
||||
invoiceDate: string;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue