mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
lot of changes
This commit is contained in:
@@ -10,9 +10,23 @@ export class SearchList {
|
||||
ApplicationName: string;
|
||||
}
|
||||
|
||||
export class SearchList_v2 {
|
||||
docId: number;
|
||||
sourceName: string;
|
||||
description: string;
|
||||
applicationId: number;
|
||||
classificator: string;
|
||||
dateEntry: string;
|
||||
docNumber: string;
|
||||
subject: string;
|
||||
userId: number
|
||||
|
||||
|
||||
}
|
||||
|
||||
export class Attachments {
|
||||
Id?: number
|
||||
ParentId?:any
|
||||
ParentId?: any
|
||||
Source: number
|
||||
SourceId: any
|
||||
SourceName: any
|
||||
@@ -36,7 +50,7 @@ export class SearchDocumentDetails {
|
||||
export class SearchFolderDetails {
|
||||
ApplicationID: number
|
||||
ApplicationId: number
|
||||
Assunto:string
|
||||
Assunto: string
|
||||
DateDispatch: string
|
||||
DispatchNumber: string
|
||||
Docs: string
|
||||
@@ -44,7 +58,7 @@ export class SearchFolderDetails {
|
||||
DocumentsTotal: 2
|
||||
IntervenerList: string[]
|
||||
Interveners: string
|
||||
Nature:string
|
||||
Nature: string
|
||||
Sender: null | string
|
||||
SenderId: null | string
|
||||
Status: string
|
||||
|
||||
Reference in New Issue
Block a user