using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace B20UVLog.Models
{
[SugarTable("axis_data_view")]
public class AxisDataAllModel
{
public AxisDataAllModel()
{
}
///
/// Desc:
/// Default:
/// Nullable:False
///
public int Id { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string EquId { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? RecordTime { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int WSZ1 { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int WSZ2 { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int WSZ3 { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int WSZ4 { get; set; }
public int WSX1 { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int WSX2 { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int WSY1 { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int WSY2 { get; set; }
public int CSXL { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int CSYL { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int CSZL { get; set; }
public int CSXR { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int CSYR { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int CSZR { get; set; }
public int WSL { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int WSS { get; set; }
}
}