using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Core.Mes.Client.Comm.Attribute;
using System.ComponentModel;
namespace com.steering.pss.plan.order.model
{
///
/// 数据库表PLN_PORDER_BL_REQ所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:xiaohai-PC 时间:2015-10-28
///
public class PlnPorderBlReqEntity
{
///
/// 备料需求号
///
private string reqBlId = "";
///
/// 备料类型(接箍料、短节备料)
///
private string bltype = "";
///
/// 合同号
///
private string orderNo = "";
///
/// 合同行号
///
private string orderSeq = "";
///
/// 交货编码
///
private string deliveryNo = "";
///
/// 接箍合同号(跟销售合同排他性)
///
private string jgOrderno = "";
///
/// 钢级(牌号)代码
///
private string steelcode = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 钢种代码
///
private string gradecode = "";
///
/// 备料外径
///
private string outdiameter = null;
///
/// 备料壁厚
///
private string wallthick = null;
///
/// 控制壁厚
///
private string aimwallthick = null;
///
/// 最大长度
///
private string lengthmax = null;
///
/// 最小长度
///
private string lengthmin = null;
///
/// 控制长度
///
private string aimlength = null;
///
/// 短节备料码
///
private string codeDjBl = "";
///
/// 短节成材率
///
private string getrateDj = null;
///
/// 接箍备料码
///
private string codeJgBl = "";
///
/// 备料主制程索引号
///
private string indexSeq = "";
///
/// 标准代码
///
private string stdCode = "";
///
/// 标准名称
///
private string stdName = "";
///
/// 冶金规范码
///
private string msc = "";
///
/// 是否需热处理
///
private string ifneedRcl = "";
///
/// 热处理组
///
private string groupRcl = "";
///
/// 是否需变径
///
private string ifneedBj = "";
///
/// 变径类型
///
private string bjType = "";
///
/// 墩拔扩投入物料编码
///
private string eInMaterialNo = "";
///
/// 墩拔扩投入物料描述
///
private string eInMaterialDesc = "";
///
/// 原料管外径
///
private string dimaterYlg = "";
///
/// 原料管壁厚
///
private string heightYlg = "";
///
/// 备料单重
///
private string singleweight = null;
///
/// 备料需求重量
///
private string jgblReqWeight = null;
///
/// 备料需求支数
///
private string jgblReqNum = null;
///
/// 利库充当量
///
private string matchweight = null;
///
/// 利库支数
///
private string matchnum = null;
///
/// 计划已排重量
///
private string planWeight = null;
///
/// 计划状态
///
private string planstatus = "";
///
/// 下发时间
///
private string issuedTime = "";
///
/// 接箍切断计划重量
///
private string jgcutplanWt = null;
///
/// 接箍切断计划支数
///
private string jgcutplanNum = null;
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 轧管确认
///
private string dIsOk = "";
///
/// 镦拔扩确认
///
private string eIsOk = "";
///
/// 热处理确认
///
private string fIsOk = "";
///
/// 轧管机组
///
private string groupRoll = "";
///
/// 是否允许下发(1-是,0-否)
///
private string ifAllowIssue = "";
///
/// 与销售合同规格相同
///
private string specSameSale = "";
///
/// 备料需求号
///
[Description("备料需求号")]
[Nullable(false)]
[DataLength(20)]
public string ReqBlId
{
get { return reqBlId; }
set { reqBlId = value; }
}
///
/// 备料类型(接箍料、短节备料)
///
[Description("备料类型(接箍料、短节备料)")]
[Nullable(true)]
[DataLength(20)]
public string Bltype
{
get { return bltype; }
set { bltype = value; }
}
///
/// 合同号
///
[Description("合同号")]
[Nullable(true)]
[DataLength(20)]
public string OrderNo
{
get { return orderNo; }
set { orderNo = value; }
}
///
/// 合同行号
///
[Description("合同行号")]
[Nullable(true)]
[DataLength(3)]
public string OrderSeq
{
get { return orderSeq; }
set { orderSeq = value; }
}
///
/// 交货编码
///
[Description("交货编码")]
[Nullable(true)]
[DataLength(3)]
public string DeliveryNo
{
get { return deliveryNo; }
set { deliveryNo = value; }
}
///
/// 接箍合同号(跟销售合同排他性)
///
[Description("接箍合同号(跟销售合同排他性)")]
[Nullable(true)]
[DataLength(40)]
public string JgOrderno
{
get { return jgOrderno; }
set { jgOrderno = value; }
}
///
/// 钢级(牌号)代码
///
[Description("钢级(牌号)代码")]
[Nullable(true)]
[DataLength(10)]
public string Steelcode
{
get { return steelcode; }
set { steelcode = value; }
}
///
/// 钢级(牌号)名称
///
[Description("钢级(牌号)名称")]
[Nullable(true)]
[DataLength(100)]
public string Steelname
{
get { return steelname; }
set { steelname = value; }
}
///
/// 钢种代码
///
[Description("钢种代码")]
[Nullable(true)]
[DataLength(10)]
public string Gradecode
{
get { return gradecode; }
set { gradecode = value; }
}
///
/// 备料外径
///
[Description("备料外径")]
[Nullable(true)]
[DataLength(10)]
public string Outdiameter
{
get { return outdiameter; }
set { outdiameter = value; }
}
///
/// 备料壁厚
///
[Description("备料壁厚")]
[Nullable(true)]
[DataLength(10)]
public string Wallthick
{
get { return wallthick; }
set { wallthick = value; }
}
///
/// 控制壁厚
///
[Description("控制壁厚")]
[Nullable(true)]
[DataLength(10)]
public string Aimwallthick
{
get { return aimwallthick; }
set { aimwallthick = value; }
}
///
/// 最大长度
///
[Description("最大长度")]
[Nullable(true)]
[DataLength(10)]
public string Lengthmax
{
get { return lengthmax; }
set { lengthmax = value; }
}
///
/// 最小长度
///
[Description("最小长度")]
[Nullable(true)]
[DataLength(10)]
public string Lengthmin
{
get { return lengthmin; }
set { lengthmin = value; }
}
///
/// 控制长度
///
[Description("控制长度")]
[Nullable(true)]
[DataLength(10)]
public string Aimlength
{
get { return aimlength; }
set { aimlength = value; }
}
///
/// 短节备料码
///
[Description("短节备料码")]
[Nullable(true)]
[DataLength(20)]
public string CodeDjBl
{
get { return codeDjBl; }
set { codeDjBl = value; }
}
///
/// 短节成材率
///
[Description("短节成材率")]
[Nullable(true)]
[DataLength(10)]
public string GetrateDj
{
get { return getrateDj; }
set { getrateDj = value; }
}
///
/// 接箍备料码
///
[Description("接箍备料码")]
[Nullable(true)]
[DataLength(20)]
public string CodeJgBl
{
get { return codeJgBl; }
set { codeJgBl = value; }
}
///
/// 备料主制程索引号
///
[Description("备料主制程索引号")]
[Nullable(true)]
[DataLength(32)]
public string IndexSeq
{
get { return indexSeq; }
set { indexSeq = value; }
}
///
/// 标准代码
///
[Description("标准代码")]
[Nullable(true)]
[DataLength(20)]
public string StdCode
{
get { return stdCode; }
set { stdCode = value; }
}
///
/// 标准名称
///
[Description("标准名称")]
[Nullable(true)]
[DataLength(200)]
public string StdName
{
get { return stdName; }
set { stdName = value; }
}
///
/// 冶金规范码
///
[Description("冶金规范码")]
[Nullable(true)]
[DataLength(20)]
public string Msc
{
get { return msc; }
set { msc = value; }
}
///
/// 是否需热处理
///
[Description("是否需热处理")]
[Nullable(true)]
[DataLength(1)]
public string IfneedRcl
{
get { return ifneedRcl; }
set { ifneedRcl = value; }
}
///
/// 热处理组
///
[Description("热处理组")]
[Nullable(true)]
[DataLength(20)]
public string GroupRcl
{
get { return groupRcl; }
set { groupRcl = value; }
}
///
/// 是否需变径
///
[Description("是否需变径")]
[Nullable(true)]
[DataLength(1)]
public string IfneedBj
{
get { return ifneedBj; }
set { ifneedBj = value; }
}
///
/// 变径类型
///
[Description("变径类型")]
[Nullable(true)]
[DataLength(20)]
public string BjType
{
get { return bjType; }
set { bjType = value; }
}
///
/// 墩拔扩投入物料编码
///
[Description("墩拔扩投入物料编码")]
[Nullable(true)]
[DataLength(30)]
public string EInMaterialNo
{
get { return eInMaterialNo; }
set { eInMaterialNo = value; }
}
///
/// 墩拔扩投入物料描述
///
[Description("墩拔扩投入物料描述")]
[Nullable(true)]
[DataLength(100)]
public string EInMaterialDesc
{
get { return eInMaterialDesc; }
set { eInMaterialDesc = value; }
}
///
/// 原料管外径
///
[Description("原料管外径")]
[Nullable(true)]
[DataLength(10)]
public string DimaterYlg
{
get { return dimaterYlg; }
set { dimaterYlg = value; }
}
///
/// 原料管壁厚
///
[Description("原料管壁厚")]
[Nullable(true)]
[DataLength(10)]
public string HeightYlg
{
get { return heightYlg; }
set { heightYlg = value; }
}
///
/// 备料单重
///
[Description("备料单重")]
[Nullable(true)]
[DataLength(10)]
public string Singleweight
{
get { return singleweight; }
set { singleweight = value; }
}
///
/// 备料需求重量
///
[Description("备料需求重量")]
[Nullable(true)]
[DataLength(10)]
public string JgblReqWeight
{
get { return jgblReqWeight; }
set { jgblReqWeight = value; }
}
///
/// 备料需求支数
///
[Description("备料需求支数")]
[Nullable(true)]
[DataLength(10)]
public string JgblReqNum
{
get { return jgblReqNum; }
set { jgblReqNum = value; }
}
///
/// 利库充当量
///
[Description("利库充当量")]
[Nullable(true)]
[DataLength(10)]
public string Matchweight
{
get { return matchweight; }
set { matchweight = value; }
}
///
/// 利库支数
///
[Description("利库支数")]
[Nullable(true)]
[DataLength(10)]
public string Matchnum
{
get { return matchnum; }
set { matchnum = value; }
}
///
/// 计划已排重量
///
[Description("计划已排重量")]
[Nullable(true)]
[DataLength(10)]
public string PlanWeight
{
get { return planWeight; }
set { planWeight = value; }
}
///
/// 计划状态
///
[Description("计划状态")]
[Nullable(true)]
[DataLength(20)]
public string Planstatus
{
get { return planstatus; }
set { planstatus = value; }
}
///
/// 下发时间
///
[Description("下发时间")]
[Nullable(true)]
public string IssuedTime
{
get { return issuedTime; }
set { issuedTime = value; }
}
///
/// 接箍切断计划重量
///
[Description("接箍切断计划重量")]
[Nullable(true)]
[DataLength(10)]
public string JgcutplanWt
{
get { return jgcutplanWt; }
set { jgcutplanWt = value; }
}
///
/// 接箍切断计划支数
///
[Description("接箍切断计划支数")]
[Nullable(true)]
[DataLength(10)]
public string JgcutplanNum
{
get { return jgcutplanNum; }
set { jgcutplanNum = value; }
}
///
/// 创建人
///
[Description("创建人")]
[Nullable(true)]
[DataLength(20)]
public string CreateName
{
get { return createName; }
set { createName = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[Nullable(true)]
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 修改人
///
[Description("修改人")]
[Nullable(true)]
[DataLength(20)]
public string UpdateName
{
get { return updateName; }
set { updateName = value; }
}
///
/// 修改时间
///
[Description("修改时间")]
[Nullable(true)]
public string UpdateTime
{
get { return updateTime; }
set { updateTime = value; }
}
///
/// 轧管确认
///
[Description("轧管确认")]
[Nullable(true)]
[DataLength(1)]
public string DIsOk
{
get { return dIsOk; }
set { dIsOk = value; }
}
///
/// 镦拔扩确认
///
[Description("镦拔扩确认")]
[Nullable(true)]
[DataLength(1)]
public string EIsOk
{
get { return eIsOk; }
set { eIsOk = value; }
}
///
/// 热处理确认
///
[Description("热处理确认 ")]
[Nullable(true)]
[DataLength(1)]
public string FIsOk
{
get { return fIsOk; }
set { fIsOk = value; }
}
///
/// 轧管机组
///
[Description("轧管机组")]
[Nullable(true)]
[DataLength(20)]
public string GroupRoll
{
get { return groupRoll; }
set { groupRoll = value; }
}
///
/// 是否允许下发(1-是,0-否)
///
[Description("是否允许下发(1-是,0-否)")]
[Nullable(true)]
[DataLength(1)]
public string IfAllowIssue
{
get { return ifAllowIssue; }
set { ifAllowIssue = value; }
}
///
/// 与销售合同规格相同
///
[Description("与销售合同规格相同")]
[Nullable(true)]
[DataLength(1)]
public string SpecSameSale
{
get { return specSameSale; }
set { specSameSale = value; }
}
}
}