using System; using System.Collections.Generic; namespace Service.MeterProcessState.Data { public partial class CordonelPressureTestTestPoints : Ui.Web.IMeterDataCenter.Data.BaseEntity { public Int32 CordonelPressureTestTestPointsId { get; set; } public Int32 CordonelPressureTestId { get; set; } public Int32 CordonelPressureTestTestPointNr { get; set; } public Double CordonelPressureTestTestPointResult { get; set; } } }