大量更新
This commit is contained in:
33
BoreholeExtract/HeaderInfo.cs
Normal file
33
BoreholeExtract/HeaderInfo.cs
Normal file
@@ -0,0 +1,33 @@
|
||||
namespace BoreholeExtract
|
||||
{
|
||||
public class HeaderInfo
|
||||
{
|
||||
public string SurveyUnit { get; set; }
|
||||
|
||||
public string ProjectName { get; set; }
|
||||
|
||||
public string Mileage { get; set; }
|
||||
|
||||
public double DesignElevation { get; set; }
|
||||
|
||||
public string HoleNumber { get; set; }
|
||||
|
||||
public string HoleType { get; set; }
|
||||
|
||||
public double CoordinateX { get; set; }
|
||||
|
||||
public double CoordinateY { get; set; }
|
||||
|
||||
public double HoleElevation { get; set; }
|
||||
|
||||
public string Diameter { get; set; }
|
||||
|
||||
public string StartDate { get; set; }
|
||||
|
||||
public string EndDate { get; set; }
|
||||
|
||||
public double StableWaterLevel { get; set; }
|
||||
|
||||
public double InitialWaterLevel { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user