mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
10 lines
213 B
TypeScript
10 lines
213 B
TypeScript
export class DailyWorkTask{
|
|
SerialNumber: string;
|
|
Folio: string;
|
|
Senders: string;
|
|
CreateDate: string;
|
|
DocumentURL: string;
|
|
Remetente:string;
|
|
DocumentsQty:any;
|
|
WorkflowName:string;
|
|
} |