using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Mesnac.Action.ChemicalWeighing.Entity.Alarm
{
public class Pmt_Alarm
{
public Pmt_Alarm()
{
}
///
/// Desc:
/// Default:
/// Nullable:False
///
public int Alarm_ID { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Equip_Code { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Alarm_PLC { get; set; }
///
/// 点位
///
public string Alarm_Point { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? Alarm_Block { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Alarm_Alias { get; set; }
///
/// Desc:中文名称
/// Default:
/// Nullable:True
///
public string Alarm_Cn_Info { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Alarm_En_Info { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? Alarm_Level { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Alarm_Word { get; set; }
}
}