Merge pull request 'Фиксы по РТК' (#298) from fix/process_map into dev

Reviewed-on: https://test.digitaldrilling.ru:8443/DDrilling/AsbCloudServer/pulls/298
Reviewed-by: Никита Фролов <ng.frolov@digitaldrilling.ru>
This commit is contained in:
Никита Фролов 2024-07-30 10:39:33 +05:00
commit ee60faf607
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)) }
};
}