You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
363 B
TypeScript
20 lines
363 B
TypeScript
export class TenderDocumentDto{
|
|
|
|
tenderId:string;
|
|
docName:string;
|
|
description:string;
|
|
docType:string;
|
|
documentSize:number;
|
|
file: any;
|
|
<<<<<<< HEAD
|
|
crud: any;
|
|
documentCategory: any;
|
|
docCategory: string;
|
|
=======
|
|
|
|
crud: any;
|
|
|
|
documentCategory: any;
|
|
docCategory: string;
|
|
>>>>>>> 7a8b1ea4654d5c265e964fc9b34b53f325c9cfb3
|
|
} |