forked from ddrilling/AsbCloudServer
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:
commit
e5df5d3008
@ -18,5 +18,5 @@ public class WellSectionTypeDto : IId
|
||||
/// <summary>
|
||||
/// Порядок
|
||||
/// </summary>
|
||||
public int Order { get; set; }
|
||||
public float Order { get; set; }
|
||||
}
|
Loading…
Reference in New Issue
Block a user