Files
doneit-web/src/app/models/Excludetask.ts
T
Peter Maquiran 34a16d6b17 Add page pattern
2021-07-27 21:21:16 +01:00

10 lines
197 B
TypeScript

export class Excludetask{
serialNumber: any;
action: string;
ActionTypeId: any;
dataFields: {
ReviewUserComment?: string,
Note?: any
}
AttachmentList?: any
}