mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
add
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
export class Excludetask{
|
||||
serialNumber: any;
|
||||
export interface Attachment {
|
||||
SourceId: string;
|
||||
ApplicationId: number;
|
||||
}
|
||||
export interface AttachmentList {
|
||||
ProcessInstanceID?: string;
|
||||
Attachments?: Attachment[];
|
||||
}
|
||||
export interface Excludetask {
|
||||
serialNumber: string;
|
||||
action: string;
|
||||
ActionTypeId: any;
|
||||
ActionTypeId?: number;
|
||||
dataFields: {
|
||||
ReviewUserComment?: string,
|
||||
Note?: any
|
||||
}
|
||||
AttachmentList?: any
|
||||
FolderId?: number;
|
||||
AttachmentList?: AttachmentList | any;
|
||||
}
|
||||
@@ -18,6 +18,8 @@ export class Attachments {
|
||||
ApplicationId: number | string
|
||||
}
|
||||
|
||||
|
||||
// details
|
||||
export class FromSearchDocument {
|
||||
ApplicationId: number
|
||||
ApplicationID: number
|
||||
@@ -28,7 +30,7 @@ export class FromSearchDocument {
|
||||
SenderId: number
|
||||
}
|
||||
|
||||
|
||||
// details
|
||||
export class SearchFolder {
|
||||
ApplicationID: number
|
||||
ApplicationId: number
|
||||
@@ -51,5 +53,4 @@ export class SearchFolder {
|
||||
SenderId: null | string
|
||||
Status: string
|
||||
folderId: number
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user