Files
doneit-web/src/app/models/Excludetask.ts
T

10 lines
197 B
TypeScript
Raw Normal View History

2021-07-27 21:21:16 +01:00
export class Excludetask{
serialNumber: any;
action: string;
ActionTypeId: any;
dataFields: {
ReviewUserComment?: string,
Note?: any
}
AttachmentList?: any
}