using System;
namespace CallCenterApi.Model
{
///
/// T_Sys_EquipmentNumber:实体类(属性说明自动提取数据库字段的描述信息)
///
[Serializable]
public partial class T_Sys_EquipmentNumber
{
public T_Sys_EquipmentNumber()
{ }
#region Model
private int _f_id;
private string _f_production;
private string _f_factorycode;
private string _f_ligaturemachinecode;
private string _f_stretchfilmcode;
private string _f_qcstaffcode;
private DateTime? _f_creationtime;
private string _f_creatuser;
private long? _f_isdelete;
///
///
///
public int F_ID
{
set { _f_id = value; }
get { return _f_id; }
}
///
/// 生产单位
///
public string F_Production
{
set { _f_production = value; }
get { return _f_production; }
}
///
/// 工厂代码
///
public string F_FactoryCode
{
set { _f_factorycode = value; }
get { return _f_factorycode; }
}
///
/// 结扎机编号
///
public string F_LigatureMachineCode
{
set { _f_ligaturemachinecode = value; }
get { return _f_ligaturemachinecode; }
}
///
/// 拉伸膜包装机编号
///
public string F_StretchFilmCode
{
set { _f_stretchfilmcode = value; }
get { return _f_stretchfilmcode; }
}
///
/// 品管员代码
///
public string F_QCStaffCode
{
set { _f_qcstaffcode = value; }
get { return _f_qcstaffcode; }
}
///
/// 创建时间
///
public DateTime? F_CreationTime
{
set { _f_creationtime = value; }
get { return _f_creationtime; }
}
///
/// 创建人
///
public string F_CreatUser
{
set { _f_creatuser = value; }
get { return _f_creatuser; }
}
///
/// 是否删除
///
public long? F_IsDelete
{
set { _f_isdelete = value; }
get { return _f_isdelete; }
}
public string F_Manager
{
get;set;
}
#endregion Model
}
}