handover pdf
This commit is contained in:
17
client/src/app/model/interface/handover-pdf.interface.ts
Normal file
17
client/src/app/model/interface/handover-pdf.interface.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export interface IKeyHandoverPDF {
|
||||
handoverId: string;
|
||||
handoverDate: Date;
|
||||
place: string;
|
||||
|
||||
giverName: string;
|
||||
giverAddress?: string;
|
||||
|
||||
receiverName: string;
|
||||
receiverAddress?: string;
|
||||
|
||||
keyType: string;
|
||||
keyNumber?: string;
|
||||
quantity: number;
|
||||
objectDescription?: string;
|
||||
notes?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user