forked from ddrilling/AsbCloudServer
Added Id well type field in WellDto
This commit is contained in:
parent
167dd3d5f5
commit
d19a62c041
@ -9,6 +9,7 @@ namespace AsbCloudApp.Data
|
||||
public double? Latitude { get; set; }
|
||||
public double? Longitude { get; set; }
|
||||
public string WellType { get; set; }
|
||||
public int IdWellType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 0 - незвестно,
|
||||
|
Loading…
Reference in New Issue
Block a user