mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Add integration of create new event from expedient
This commit is contained in:
@@ -2,9 +2,10 @@ import { Participant } from './participant.model';
|
||||
import { Folder } from './folder.model';
|
||||
|
||||
export class Despacho{
|
||||
distributionType: string;
|
||||
deadline: Date;
|
||||
userEmail: string;
|
||||
participants: Participant;
|
||||
dispatchFolder: Folder;
|
||||
DistributionType: string;
|
||||
CountryCode: string;
|
||||
TypeDeadline: string;
|
||||
UserEmail: string;
|
||||
UsersSelected: Participant[];
|
||||
DispatchFolder: Folder;
|
||||
}
|
||||
Reference in New Issue
Block a user