mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix aparecer
This commit is contained in:
@@ -5,6 +5,7 @@ export interface Attachment {
|
||||
export interface AttachmentList {
|
||||
ProcessInstanceID?: string;
|
||||
Attachments?: Attachment[];
|
||||
DraftIds?: any
|
||||
}
|
||||
export interface Excludetask {
|
||||
serialNumber: string;
|
||||
@@ -13,6 +14,8 @@ export interface Excludetask {
|
||||
dataFields: {
|
||||
ReviewUserComment?: string,
|
||||
Note?: any
|
||||
InstanceIDNew?: any
|
||||
DraftIds?: any
|
||||
}
|
||||
FolderId?: number;
|
||||
AttachmentList?: AttachmentList | any;
|
||||
|
||||
Reference in New Issue
Block a user