mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
Improve
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { Folder } from "./folder.model";
|
||||
import { Participant } from "./participant.model";
|
||||
|
||||
export class Despacho{
|
||||
DistributionType: string;
|
||||
CountryCode: string;
|
||||
Priority: string;
|
||||
SubjectTypeId:string;
|
||||
UserEmail: string;
|
||||
UsersSelected: Participant[];
|
||||
DispatchFolder: Folder;
|
||||
}
|
||||
@@ -1,6 +1,8 @@
|
||||
export class Participant{
|
||||
UserEmail: string;
|
||||
UserEmail: string ;
|
||||
UserId?: string ;
|
||||
UserType: string;
|
||||
DeadLine?: string
|
||||
|
||||
/* Deadline: Date; */
|
||||
}
|
||||
Reference in New Issue
Block a user