1. Поправлен шаблон "Выключение насоса".

2. Поправлен импорт столбца "Примечание" в РТК бурение слайд
This commit is contained in:
Olga Nemt 2024-07-30 10:36:41 +05:00
parent 70be3688bd
commit ec837a785f
2 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ public class ProcessMapPlanSlideTemplate : ITemplateParameters
{ nameof(ProcessMapPlanSlideDto.FlowRateMax), new Cell(11, typeof(double)) },
{ nameof(ProcessMapPlanSlideDto.Spring), new Cell(12, typeof(double)) },
{ nameof(ProcessMapPlanSlideDto.Buckling), new Cell(13, typeof(double)) },
{ nameof(ProcessMapPlanSlideDto.Note), new Cell(14, typeof(double)) }
{ nameof(ProcessMapPlanSlideDto.Note), new Cell(14, typeof(string)) }
};
}