diff --git a/src/Forbury.Integrations/API/v1/Dto/File/ModelExtractionDto.cs b/src/Forbury.Integrations/API/v1/Dto/File/ModelExtractionDto.cs index 2e59df9..0c6f6cf 100644 --- a/src/Forbury.Integrations/API/v1/Dto/File/ModelExtractionDto.cs +++ b/src/Forbury.Integrations/API/v1/Dto/File/ModelExtractionDto.cs @@ -7,5 +7,6 @@ public class ModelExtractionDto : FileDto public ModelExtractionType ExtractionType { get; set; } public string SheetName { get; set; } public string Name { get; set; } + public string Description { get; set; } } }