mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
export class PublicationFolder {
|
|
ProcessId: string;
|
|
Description: string;
|
|
Detail: string;
|
|
DateBegin: any;
|
|
DateEnd: any;
|
|
ActionType: string;
|
|
} |