Merge pull request 'WellSectionTypeDto: изменен тип данных для порядка, с int на float' (#86) from fix/well-section-type-order into dev

Reviewed-on: http://test.digitaldrilling.ru:8080/DDrilling/AsbCloudServer/pulls/86
This commit is contained in:
Никита Фролов 2023-07-25 16:26:58 +05:00
commit e5df5d3008

View File

@ -18,5 +18,5 @@ public class WellSectionTypeDto : IId
/// <summary>
/// Порядок
/// </summary>
public int Order { get; set; }
public float Order { get; set; }
}