mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +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;
|
||||
}
|
||||
Reference in New Issue
Block a user