namespace Core.StlMes.Client.Qcm.model
{
///
/// 数据库表COM_BASE_WELL_MONTH所对应的实体类(生成工具:代码生成工具2.1)
///
public class ComBaseWellMonthEntity
{
///
/// 产能井代码
///
private string wellCode;
///
/// 产能井描述
///
private string wellName;
///
/// 年份(4位)
///
private string year;
///
/// 1月产能值
///
private string month1;
///
/// 2月产能值
///
private string month2;
///
/// 3月产能值
///
private string month3;
///
/// 4月产能值
///
private string month4;
///
/// 5月产能值
///
private string month5;
///
/// 6月产能值
///
private string month6;
///
/// 7月产能值
///
private string month7;
///
/// 8月产能值
///
private string month8;
///
/// 9月产能值
///
private string month9;
///
/// 10月产能值
///
private string month10;
///
/// 11月产能值
///
private string month11;
///
/// 12月产能值
///
private string month12;
///
/// 创建人
///
private string createName;
///
/// 创建时间
///
private string createTime;
///
/// 修改人
///
private string updateName;
///
/// 修改时间
///
private string updateTime;
///
/// 删除人
///
private string deleteName;
///
/// 删除时间
///
private string deleteTime;
///
/// 有效标志(1:有效,0:无效)
///
private string validflag;
///
/// 备注
///
private string memo;
private string yearOld;
public string YearOld
{
get { return yearOld; }
set { yearOld = value; }
}
public ComBaseWellMonthEntity()
{
wellCode = "";
wellName = "";
year = "";
month1 = "";
month2 = "";
month3 = "";
month4 = "";
month5 = "";
month6 = "";
month7 = "";
month8 = "";
month9 = "";
month10 = "";
month11 = "";
month12 = "";
createName = "";
createTime = "";
updateName = "";
updateTime = "";
deleteName = "";
deleteTime = "";
validflag = "";
memo = "";
yearOld = "";
}
///
/// 产能井代码
///
public string WellCode
{
get { return wellCode; }
set { wellCode = value; }
}
///
/// 产能井描述
///
public string WellName
{
get { return wellName; }
set { wellName = value; }
}
///
/// 年份(4位)
///
public string Year
{
get { return year; }
set { year = value; }
}
///
/// 1月产能值
///
public string Month1
{
get { return month1; }
set { month1 = value; }
}
///
/// 2月产能值
///
public string Month2
{
get { return month2; }
set { month2 = value; }
}
///
/// 3月产能值
///
public string Month3
{
get { return month3; }
set { month3 = value; }
}
///
/// 4月产能值
///
public string Month4
{
get { return month4; }
set { month4 = value; }
}
///
/// 5月产能值
///
public string Month5
{
get { return month5; }
set { month5 = value; }
}
///
/// 6月产能值
///
public string Month6
{
get { return month6; }
set { month6 = value; }
}
///
/// 7月产能值
///
public string Month7
{
get { return month7; }
set { month7 = value; }
}
///
/// 8月产能值
///
public string Month8
{
get { return month8; }
set { month8 = value; }
}
///
/// 9月产能值
///
public string Month9
{
get { return month9; }
set { month9 = value; }
}
///
/// 10月产能值
///
public string Month10
{
get { return month10; }
set { month10 = value; }
}
///
/// 11月产能值
///
public string Month11
{
get { return month11; }
set { month11 = value; }
}
///
/// 12月产能值
///
public string Month12
{
get { return month12; }
set { month12 = value; }
}
///
/// 创建人
///
public string CreateName
{
get { return createName; }
set { createName = value; }
}
///
/// 创建时间
///
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 修改人
///
public string UpdateName
{
get { return updateName; }
set { updateName = value; }
}
///
/// 修改时间
///
public string UpdateTime
{
get { return updateTime; }
set { updateTime = value; }
}
///
/// 删除人
///
public string DeleteName
{
get { return deleteName; }
set { deleteName = value; }
}
///
/// 删除时间
///
public string DeleteTime
{
get { return deleteTime; }
set { deleteTime = value; }
}
///
/// 有效标志(1:有效,0:无效)
///
public string Validflag
{
get { return validflag; }
set { validflag = value; }
}
///
/// 备注
///
public string Memo
{
get { return memo; }
set { memo = value; }
}
}
}