大量更新
This commit is contained in:
15
BoreholeExtract/LayerData.cs
Normal file
15
BoreholeExtract/LayerData.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace BoreholeExtract
|
||||
{
|
||||
public class LayerData
|
||||
{
|
||||
public string LayerNo { get; set; }
|
||||
|
||||
public double BottomElevation { get; set; }
|
||||
|
||||
public double BottomDepth { get; set; }
|
||||
|
||||
public double Thickness { get; set; }
|
||||
|
||||
public string Description { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user