mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Add page pattern
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export class CallMeeting{
|
||||
export class CallMeeting {
|
||||
Message: string;
|
||||
Attachment: {
|
||||
Attachment: {
|
||||
Source: number,
|
||||
SourceId: string,
|
||||
SourceName: string,
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
export class Excludetask{
|
||||
serialNumber: any;
|
||||
action: string;
|
||||
ActionTypeId: any;
|
||||
dataFields: {
|
||||
ReviewUserComment?: string,
|
||||
Note?: any
|
||||
}
|
||||
AttachmentList?: any
|
||||
}
|
||||
Reference in New Issue
Block a user