Merge branch 'dev' into feature/process_map_fix

This commit is contained in:
ngfrolov 2023-07-25 16:28:38 +05:00
commit c3aa8d443a
Signed by untrusted user who does not match committer: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

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