mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Add parecer and deferimento integration
Create models Update methods in processes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Participant } from './participant.model';
|
||||
import { Folder } from './folder.model';
|
||||
|
||||
export class Despacho{
|
||||
distributionType: string;
|
||||
deadline: Date;
|
||||
userEmail: string;
|
||||
participants: Participant;
|
||||
dispatchFolder: Folder;
|
||||
}
|
||||
Reference in New Issue
Block a user