using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace B20UVLog.Models
{
///
///
///
[SugarTable("analog_data")]
public partial class AnalogDataModel
{
public AnalogDataModel(){
}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int Id {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string EquId {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int StageMainCDA {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int IrradiatorMainCDA {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskBar1Press {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskBar2Press {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskBar3Press {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskBar4Press {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskBar5Press {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskBar6Press {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskBar7Press {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskBar8Press {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskBar9Press {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskBar10Press {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskBar11Press {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int Temperature15 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int Temperature610 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskTemp1 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int MaskTemp2 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow1 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow2 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow3 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow4 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow5 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow6 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow7 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow8 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow9 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow10 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow11 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow12 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow13 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int RadiatorCoolWaterFlow14 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow1 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow2 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow3 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow4 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow5 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow6 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow7 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow8 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow9 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow10 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow11 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow12 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow13 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int LampSutterCoolWaterFlow14 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int Z1Current {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int Z2Current {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int Z3Current {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int Z4Current {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? RecordTime {get;set;}
}
}