mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Send many alterations.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
/* import { Image } from './image'; */
|
||||
|
||||
export class Publication{
|
||||
publicationId:string;
|
||||
processId:string;
|
||||
title: string;
|
||||
description: string;
|
||||
date: Date;
|
||||
DocumentId:string;
|
||||
ProcessId:string;
|
||||
Title: string;
|
||||
Message: string;
|
||||
DatePublication: Date;
|
||||
/* image: Image; */
|
||||
imageTitle: string;
|
||||
imageUrl:string;
|
||||
imageFormat: string;
|
||||
OriginalFileName: string;
|
||||
FileBase64:string;
|
||||
FileExtension: string;
|
||||
}
|
||||
Reference in New Issue
Block a user