Add page pattern

This commit is contained in:
Peter Maquiran
2021-07-27 21:21:16 +01:00
parent 81c18a14ac
commit 34a16d6b17
4 changed files with 20 additions and 16 deletions
+10
View File
@@ -0,0 +1,10 @@
export class Excludetask{
serialNumber: any;
action: string;
ActionTypeId: any;
dataFields: {
ReviewUserComment?: string,
Note?: any
}
AttachmentList?: any
}