forked from ddrilling/AsbCloudServer
WellSectionTypeDto: изменен тип данных для порядка, с int на float
This commit is contained in:
parent
b29c574ca7
commit
e3a67192fa
@ -18,5 +18,5 @@ public class WellSectionTypeDto : IId
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Порядок
|
/// Порядок
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int Order { get; set; }
|
public float Order { get; set; }
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user