forked from ddrilling/AsbCloudServer
166 lines
4.6 KiB
C#
166 lines
4.6 KiB
C#
using System.ComponentModel.DataAnnotations.Schema;
|
|
|
|
namespace AsbCloudDb.Model.WITS
|
|
{
|
|
/// <summary>
|
|
/// Record name: Передача полных
|
|
/// Description: SibReciver. Передача полных
|
|
/// Description2:
|
|
/// </summary>
|
|
[Table("t_telemetry_wits_60")]
|
|
public class Record60 : RecordBase
|
|
{
|
|
|
|
/// <summary>
|
|
/// RecordId = 60,
|
|
/// ItemId = 99,
|
|
/// LongMnemonic = "DEPTBITM",
|
|
/// ShortMnemonic = "DBTM",
|
|
/// Description = "SibReceiver custom. Положение долота",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
[Column("DEPTBITM")]
|
|
public float? Deptbitm { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 60,
|
|
/// ItemId = 10,
|
|
/// LongMnemonic = "DEPTMEAS",
|
|
/// ShortMnemonic = "DMEA",
|
|
/// Description = "SibReceiver custom. Точка Замера",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
[Column("DEPTMEAS")]
|
|
public float? Deptmeas { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 60,
|
|
/// ItemId = 11,
|
|
/// LongMnemonic = "Gtot",
|
|
/// ShortMnemonic = "Gtot",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
[Column("Gtot")]
|
|
public float? Gtot { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 60,
|
|
/// ItemId = 12,
|
|
/// LongMnemonic = "Gx",
|
|
/// ShortMnemonic = "Gx",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
[Column("Gx")]
|
|
public float? Gx { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 60,
|
|
/// ItemId = 13,
|
|
/// LongMnemonic = "Gy",
|
|
/// ShortMnemonic = "Gy",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
[Column("Gy")]
|
|
public float? Gy { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 60,
|
|
/// ItemId = 14,
|
|
/// LongMnemonic = "Gz",
|
|
/// ShortMnemonic = "Gz",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
[Column("Gz")]
|
|
public float? Gz { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 60,
|
|
/// ItemId = 15,
|
|
/// LongMnemonic = "Btot",
|
|
/// ShortMnemonic = "Btot",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
[Column("Btot")]
|
|
public float? Btot { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 60,
|
|
/// ItemId = 16,
|
|
/// LongMnemonic = "Bx",
|
|
/// ShortMnemonic = "Bx",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
[Column("Bx")]
|
|
public float? Bx { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 60,
|
|
/// ItemId = 17,
|
|
/// LongMnemonic = "By",
|
|
/// ShortMnemonic = "By",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
[Column("By")]
|
|
public float? By { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 60,
|
|
/// ItemId = 18,
|
|
/// LongMnemonic = "Bz",
|
|
/// ShortMnemonic = "Bz",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
[Column("Bz")]
|
|
public float? Bz { get; set; }
|
|
|
|
}
|
|
}
|