WellSectionTypeDto: изменен тип данных для порядка, с int на float

This commit is contained in:
Olga Nemt 2023-07-25 12:33:25 +05:00
parent b29c574ca7
commit e3a67192fa

View File

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