using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel;
using Core.Mes.Client.Comm.Attribute;
namespace com.steering.pss.plnsaleord.order.model
{
///
/// 数据库表PLN_SALEORD_PROC所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:xiaohai-PC 时间:2015-11-16
///
public class PlnSaleordProcEntity
{
///
/// 交货编码PK(备料需求号)
///
private string ordLnDlyPk = "";
///
/// 排产流水号
///
private string plnDivideId = "";
///
/// 合同来源(销售合同、备料需求、补量需求)
///
private string orderSource = "";
///
/// 排产月份
///
private string rollMonth = "";
///
/// 合同号
///
private string orderNo = "";
///
/// 合同行号
///
private string orderSeq = "";
///
/// 交货编码
///
private string deliveryNo = "";
///
/// 补量要求编码
///
private string rNumId = "";
///
/// 产品规范码
///
private string psc = "";
///
/// 工艺序号
///
private string craftSeq = "";
///
/// 工艺文件号
///
private string craftFileNo = "";
///
/// 工艺文件版本号(工艺文件号相同时,取最大的版本号+1)
///
private string craftNoV = "";
///
/// 工艺文件责任人
///
private string craftFileMan = "";
///
/// 有效工艺文件号
///
private string craftNoNew = "";
///
/// 有效工艺文件版本号
///
private string craftNoVNew = "";
///
/// 冶金规范码
///
private string msc = "";
///
/// 制程索引号
///
private string indexSeq = "";
///
/// 成品工序号(全程途径码)
///
private string processSeq = "";
///
/// 默认BOM
///
private string bom = "";
///
/// 钢种可选
///
private string gradecodeAll = "";
///
/// 钢种默认
///
private string gradecode = "";
///
/// 管加工是否确认
///
private string gIsOk = "";
///
/// 加工组
///
private string groupJgx = "";
///
/// 热处理是否确认
///
private string fIsOk = "";
///
/// 热处理组
///
private string groupRcl = "";
///
/// 轧管机组可选
///
private string groupRollAll = "";
///
/// 默认轧管机组编号
///
private string groupRoll = "";
///
/// 变径类型
///
private string bjType = "";
///
/// 镦拔扩投入物料编码
///
private string eInMaterialNo = "";
///
/// 镦拔扩投入物料描述
///
private string eInMaterialDesc = "";
///
/// 原料管外径
///
private string dimaterYlg = "";
///
/// 原料管壁厚
///
private string heightYlg = "";
///
/// 成品物料编码
///
private string materialNo = "";
///
/// 成品物料描述
///
private string materialDesc = "";
///
/// 坯料属性(锻坯、轧批、铸坯)
///
private string stuffProperty = "";
///
/// 钢种是否确认
///
private string gradecodeIsOk = "";
///
/// 轧管是否确认
///
private string dIsOk = "";
///
/// 镦拔扩是否确认
///
private string eIsOk = "";
///
/// 成品米单重
///
private string weightPerM = "";
///
/// 分配排产重
///
private string planWtD = "";
///
/// 分配排产支
///
private string planNumD = "";
///
/// 成品完成重量
///
private string finishWt = "";
///
/// 是否变更排产
///
private string ifChange = "";
///
/// 初始分配量
///
private string planWtBegin = "";
///
/// 初始分配支
///
private string planNumBegin = "";
///
/// 排产状态(1计划,2已下发,3生产中,4生产完成,5关闭,6取消)
///
private string planstatus = "";
///
/// 是否允许下发(1-是,0-否)
///
private string ifAllowIssue = "";
///
/// 下发时间
///
private string issuedTime = "";
///
/// 下发人
///
private string issuedMan = "";
///
/// 下限内控壁厚
///
private string heightNkMin = "";
///
/// 上限内控壁厚
///
private string heightNkMax = "";
///
/// 分配订货量
///
private string orderQtyD = "";
///
/// 订货计量单位
///
private string orderUnit = "";
///
/// 目标轧管转移长度
///
private string aimLenRoll = "";
///
/// 目标成品长度
///
private string aimLenEnd = "";
///
/// 管体排产量(投料原则)
///
private string planPMain = "";
///
/// 分配总长(米)
///
private string planTotLenD = "";
///
/// 单坯产出成品总长
///
private string totLenOneP = "";
///
/// 单坯分切数
///
private string cutNumP = "";
///
/// 控制壁厚
///
private string aimWallthick = "";
///
/// 轧制长度(m)
///
private string rollLength = "";
///
/// 工艺文件更新状态(0无更新、1待替换、2已替换)
///
private string craftRenewSt = "";
///
/// 计划确认
///
private string planIsOk = "";
///
/// 轧管去向
///
private string abc = "";
///
/// 合同紧急度
///
private string priority = "";
///
/// 紧急度备注
///
private string priorityMemo = "";
///
/// 监制工序
///
private string prdcrpro = "";
///
/// 轧管转移长度上限(m)
///
private string lenRollMax = "";
///
/// 轧管转移长度下限(m)
///
private string lenRollMin = "";
///
/// 国内外
///
private string ifExport = "";
///
/// 接箍单重
///
private decimal? weightJg = null;
[Description("接箍单重")]
[Nullable(true)]
[DataLength(16)]
public decimal? WeightJg
{
get { return weightJg; }
set { weightJg = value; }
}
///
/// 接箍J值
///
private decimal? checkJVal = null;
[Description("接箍J值")]
[Nullable(true)]
[DataLength(16)]
public decimal? CheckJVal
{
get { return checkJVal; }
set { checkJVal = value; }
}
///
/// 控制外径
///
private string aimOutdiameter = "";
[Description("控制外径")]
[Nullable(true)]
[DataLength(20)]
public string AimOutdiameter
{
get { return aimOutdiameter; }
set { aimOutdiameter = value; }
}
///
/// 排产原则
///
private string feedRate = "";
[Description("排产原则")]
[Nullable(true)]
[DataLength(20)]
public string FeedRate
{
get { return feedRate; }
set { feedRate = value; }
}
///
/// 排产系数
///
private string coefficient = "";
[Description("排产系数")]
[Nullable(true)]
[DataLength(20)]
public string Coefficient
{
get { return coefficient; }
set { coefficient = value; }
}
///
/// 排产系数min
///
private string coefficientMin = "";
[Description("排产系数min")]
[Nullable(true)]
[DataLength(20)]
public string CoefficientMin
{
get { return coefficientMin; }
set { coefficientMin = value; }
}
///
/// 排产重量min
///
private string planPMainMin = "";
[Description("排产重量min")]
[Nullable(true)]
[DataLength(20)]
public string PlanPMainMin
{
get { return planPMainMin; }
set { planPMainMin = value; }
}
///
/// 成品单支重
///
private string aimWtEnd = "";
[Description("成品单支重 ")]
[Nullable(true)]
[DataLength(20)]
public string AimWtEnd
{
get { return aimWtEnd; }
set { aimWtEnd = value; }
}
///
/// 控制壁厚米单重
///
private string weightKzM = "";
[Description("控制壁厚米单重 ")]
[Nullable(true)]
[DataLength(20)]
public string WeightKzM
{
get { return weightKzM; }
set { weightKzM = value; }
}
///
/// 交货编码PK(备料需求号)
///
[Description("交货编码PK")]
[Nullable(false)]
[DataLength(40)]
public string OrdLnDlyPk
{
get { return ordLnDlyPk; }
set { ordLnDlyPk = value; }
}
///
/// 排产流水号
///
[Description("排产流水号")]
[Nullable(false)]
[DataLength(10)]
public string PlnDivideId
{
get { return plnDivideId; }
set { plnDivideId = value; }
}
///
/// 合同来源(销售合同、备料需求、补量需求)
///
[Description("合同来源")]
[Nullable(true)]
[DataLength(20)]
public string OrderSource
{
get { return orderSource; }
set { orderSource = value; }
}
///
/// 排产月份
///
[Description("排产月份")]
[Nullable(true)]
[DataLength(20)]
public string RollMonth
{
get { return rollMonth; }
set { rollMonth = 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(20)]
public string RNumId
{
get { return rNumId; }
set { rNumId = value; }
}
///
/// 产品规范码
///
[Description("产品规范码")]
[Nullable(true)]
[DataLength(20)]
public string Psc
{
get { return psc; }
set { psc = value; }
}
///
/// 工艺序号
///
[Description("工艺序号")]
[Nullable(true)]
[DataLength(5)]
public string CraftSeq
{
get { return craftSeq; }
set { craftSeq = value; }
}
///
/// 工艺文件号
///
[Description("工艺文件号")]
[Nullable(true)]
[DataLength(400)]
public string CraftFileNo
{
get { return craftFileNo; }
set { craftFileNo = value; }
}
///
/// 工艺文件版本号(工艺文件号相同时,取最大的版本号+1)
///
[Description("工艺文件版本号")]
[Nullable(true)]
[DataLength(50)]
public string CraftNoV
{
get { return craftNoV; }
set { craftNoV = value; }
}
///
/// 工艺文件责任人
///
[Description("工艺文件责任人")]
[Nullable(true)]
[DataLength(20)]
public string CraftFileMan
{
get { return craftFileMan; }
set { craftFileMan = value; }
}
///
/// 有效工艺文件号
///
[Description("工艺文件号")]
[Nullable(true)]
[DataLength(400)]
public string CraftNoNew
{
get { return craftNoNew; }
set { craftNoNew = value; }
}
///
/// 有效工艺文件版本号(工艺文件号相同时,取最大的版本号+1)
///
[Description("有效工艺文件版本号")]
[Nullable(true)]
[DataLength(50)]
public string CraftNoVNew
{
get { return craftNoVNew; }
set { craftNoVNew = value; }
}
///
/// 冶金规范码
///
[Description("冶金规范码")]
[Nullable(true)]
[DataLength(20)]
public string Msc
{
get { return msc; }
set { msc = value; }
}
///
/// 制程索引号
///
[Description("制程索引号")]
[Nullable(true)]
[DataLength(32)]
public string IndexSeq
{
get { return indexSeq; }
set { indexSeq = value; }
}
///
/// 成品工序号(全程途径码)
///
[Description("全程途径码")]
[Nullable(true)]
[DataLength(40)]
public string ProcessSeq
{
get { return processSeq; }
set { processSeq = value; }
}
///
/// 默认BOM
///
[Description("默认BOM")]
[Nullable(true)]
[DataLength(40)]
public string Bom
{
get { return bom; }
set { bom = value; }
}
///
/// 钢种可选
///
[Description("钢种可选")]
[Nullable(true)]
[DataLength(200)]
public string GradecodeAll
{
get { return gradecodeAll; }
set { gradecodeAll = value; }
}
///
/// 钢种默认
///
[Description("钢种默认")]
[Nullable(true)]
[DataLength(20)]
public string Gradecode
{
get { return gradecode; }
set { gradecode = value; }
}
///
/// 管加工是否确认
///
[Description("管加工确认")]
[Nullable(true)]
[DataLength(1)]
public string GIsOk
{
get { return gIsOk; }
set { gIsOk = value; }
}
///
/// 加工组
///
[Description("加工组")]
[Nullable(true)]
[DataLength(20)]
public string GroupJgx
{
get { return groupJgx; }
set { groupJgx = value; }
}
///
/// 热处理是否确认
///
[Description("热处理确认")]
[Nullable(true)]
[DataLength(1)]
public string FIsOk
{
get { return fIsOk; }
set { fIsOk = value; }
}
///
/// 热处理组
///
[Description("热处理组")]
[Nullable(true)]
[DataLength(20)]
public string GroupRcl
{
get { return groupRcl; }
set { groupRcl = value; }
}
///
/// 轧管机组可选
///
[Description("轧管机组可选")]
[Nullable(true)]
[DataLength(40)]
public string GroupRollAll
{
get { return groupRollAll; }
set { groupRollAll = value; }
}
///
/// 默认轧管机组编号
///
[Description("默认轧管机组")]
[Nullable(true)]
[DataLength(20)]
public string GroupRoll
{
get { return groupRoll; }
set { groupRoll = 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("原料管外径(mm)")]
[Nullable(true)]
[DataLength(10)]
public string DimaterYlg
{
get { return dimaterYlg; }
set { dimaterYlg = value; }
}
///
/// 原料管壁厚
///
[Description("原料管壁厚(mm)")]
[Nullable(true)]
[DataLength(10)]
public string HeightYlg
{
get { return heightYlg; }
set { heightYlg = value; }
}
///
/// 成品物料编码
///
[Description("成品物料编码")]
[Nullable(true)]
[DataLength(30)]
public string MaterialNo
{
get { return materialNo; }
set { materialNo = value; }
}
///
/// 成品物料描述
///
[Description("成品物料")]
[Nullable(true)]
[DataLength(100)]
public string MaterialDesc
{
get { return materialDesc; }
set { materialDesc = value; }
}
///
/// 坯料属性(锻坯、轧批、铸坯)
///
[Description("坯料属性")]
[Nullable(true)]
[DataLength(20)]
public string StuffProperty
{
get { return stuffProperty; }
set { stuffProperty = value; }
}
///
/// 钢种是否确认
///
[Description("钢种确认")]
[Nullable(true)]
[DataLength(1)]
public string GradecodeIsOk
{
get { return gradecodeIsOk; }
set { gradecodeIsOk = 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("成品米单重(t/m)")]
[Nullable(true)]
[DataLength(16)]
public string WeightPerM
{
get { return weightPerM; }
set { weightPerM = value; }
}
///
/// 分配排产重
///
[Description("缴库量")]
[Nullable(true)]
[DataLength(10)]
public string PlanWtD
{
get { return planWtD; }
set { planWtD = value; }
}
///
/// 分配排产支
///
[Description("缴库支数")]
[Nullable(true)]
[DataLength(10)]
public string PlanNumD
{
get { return planNumD; }
set { planNumD = value; }
}
///
/// 成品完成重量
///
[Description("成品完成重量(t)")]
[Nullable(true)]
[DataLength(10)]
public string FinishWt
{
get { return finishWt; }
set { finishWt = value; }
}
///
/// 是否变更排产
///
[Description("是否变更排产")]
[Nullable(true)]
[DataLength(1)]
public string IfChange
{
get { return ifChange; }
set { ifChange = value; }
}
///
/// 初始分配量
///
[Description("初始分配量(t)")]
[Nullable(true)]
[DataLength(10)]
public string PlanWtBegin
{
get { return planWtBegin; }
set { planWtBegin = value; }
}
///
/// 初始分配支
///
[Description("初始分配支")]
[Nullable(true)]
[DataLength(10)]
public string PlanNumBegin
{
get { return planNumBegin; }
set { planNumBegin = value; }
}
///
/// 排产状态(1计划,2已下发,3生产中,4生产完成,5关闭,6取消)
///
[Description("排产状态")]
[Nullable(true)]
[DataLength(20)]
public string Planstatus
{
get { return planstatus; }
set { planstatus = value; }
}
///
/// 是否允许下发(1-是,0-否)
///
[Description("允许下发")]
[Nullable(true)]
[DataLength(1)]
public string IfAllowIssue
{
get { return ifAllowIssue; }
set { ifAllowIssue = value; }
}
///
/// 下发时间
///
[Description("下发时间")]
[Nullable(true)]
public string IssuedTime
{
get { return issuedTime; }
set { issuedTime = value; }
}
///
/// 下发人
///
[Description("下发人")]
[Nullable(true)]
[DataLength(20)]
public string IssuedMan
{
get { return issuedMan; }
set { issuedMan = value; }
}
///
/// 下限内控壁厚
///
[Description("内控壁厚公差下限(%)")]
[Nullable(true)]
[DataLength(10)]
public string HeightNkMin
{
get { return heightNkMin; }
set { heightNkMin = value; }
}
///
/// 上限内控壁厚
///
[Description("内控壁厚公差上限(%)")]
[Nullable(true)]
[DataLength(10)]
public string HeightNkMax
{
get { return heightNkMax; }
set { heightNkMax = value; }
}
///
/// 分配订货量
///
[Description("分配订货量")]
[Nullable(true)]
[DataLength(16)]
public string OrderQtyD
{
get { return orderQtyD; }
set { orderQtyD = value; }
}
///
/// 订货计量单位
///
[Description("订货计量单位")]
[Nullable(true)]
[DataLength(20)]
public string OrderUnit
{
get { return orderUnit; }
set { orderUnit = value; }
}
///
/// 目标轧管转移长度
///
[Description("轧管转移长度(m)")]
[Nullable(true)]
[DataLength(16)]
public string AimLenRoll
{
get { return aimLenRoll; }
set { aimLenRoll = value; }
}
///
/// 目标成品长度
///
[Description("目标成品长度(m)")]
[Nullable(true)]
[DataLength(16)]
public string AimLenEnd
{
get { return aimLenEnd; }
set { aimLenEnd = value; }
}
///
/// 管体排产量(投料原则)
///
[Description("排产量")]
[Nullable(true)]
[DataLength(16)]
public string PlanPMain
{
get { return planPMain; }
set { planPMain = value; }
}
///
/// 分配总长(米)
///
[Description("分配总长(m)")]
[Nullable(true)]
[DataLength(16)]
public string PlanTotLenD
{
get { return planTotLenD; }
set { planTotLenD = value; }
}
///
/// 单坯产出成品总长
///
[Description("单坯产出成品总长(m)")]
[Nullable(true)]
[DataLength(16)]
public string TotLenOneP
{
get { return totLenOneP; }
set { totLenOneP = value; }
}
///
/// 单坯分切数
///
[Description("单坯分切数")]
[Nullable(true)]
[DataLength(10)]
public string CutNumP
{
get { return cutNumP; }
set { cutNumP = value; }
}
///
/// 控制壁厚
///
[Description("控制壁厚(mm)")]
[Nullable(true)]
[DataLength(10)]
public string AimWallthick
{
get { return aimWallthick; }
set { aimWallthick = value; }
}
///
/// 轧制长度(m)
///
[Description("轧制长度(m)")]
[Nullable(true)]
[DataLength(16)]
public string RollLength
{
get { return rollLength; }
set { rollLength = value; }
}
///
/// 工艺文件更新状态(0无更新、1待替换、2已替换)
///
[Description("工艺更新状态")]
[Nullable(true)]
[DataLength(1)]
public string CraftRenewSt
{
get { return craftRenewSt; }
set { craftRenewSt = value; }
}
///
/// 计划确认
///
[Description("计划确认")]
[Nullable(true)]
[DataLength(1)]
public string PlanIsOk
{
get { return planIsOk; }
set { planIsOk = value; }
}
///
/// 轧管去向
///
[Description("轧管去向")]
[Nullable(true)]
[DataLength(10)]
public string Abc
{
get { return abc; }
set { abc = value; }
}
///
/// 合同紧急度
///
[Description("合同紧急度")]
[Nullable(true)]
[DataLength(20)]
public string Priority
{
get { return priority; }
set { priority = value; }
}
///
/// 紧急度备注
///
[Description("紧急度备注")]
[Nullable(true)]
[DataLength(200)]
public string PriorityMemo
{
get { return priorityMemo; }
set { priorityMemo = value; }
}
///
/// 监制工序
///
[Description("监制工序")]
[Nullable(false)]
[DataLength(200)]
public string Prdcrpro
{
get { return prdcrpro; }
set { prdcrpro = value; }
}
///
/// 轧管转移长度上限(m)
///
[Description("轧管转移长度上限(m)")]
[Nullable(true)]
[DataLength(16)]
public string LenRollMax
{
get { return lenRollMax; }
set { lenRollMax = value; }
}
///
/// 轧管转移长度下限(m)
///
[Description("轧管转移长度下限(m)")]
[Nullable(true)]
[DataLength(16)]
public string LenRollMin
{
get { return lenRollMin; }
set { lenRollMin = value; }
}
///
/// 国内外
///
[Description("国内外")]
[Nullable(true)]
[DataLength(20)]
public string IfExport
{
get { return ifExport; }
set { ifExport = value; }
}
///
/// 切头(mm)
///
private string lenCutheadDbk = "";
///
/// 切头(mm)
///
[Description("切头(mm)")]
public string LenCutheadDbk
{
get { return lenCutheadDbk; }
set { lenCutheadDbk = value; }
}
///
/// 切尾(mm)
///
private string lenCutendDbk = "";
///
/// 切尾(mm)
///
[Description("切尾(mm)")]
public string LenCutendDbk
{
get { return lenCutendDbk; }
set { lenCutendDbk = value; }
}
///
/// 镦粗加长(mm)
///
private string lenLongerDbk = "";
///
/// 镦粗加长(mm)
///
[Description("镦粗加长(mm)")]
public string LenLongerDbk
{
get { return lenLongerDbk; }
set { lenLongerDbk = value; }
}
///
/// 变径率
///
private string ratioDbk = "";
///
/// 变径率
///
[Description("变径率")]
public string RatioDbk
{
get { return ratioDbk; }
set { ratioDbk = value; }
}
///
/// 烧损率
///
private string burning = "";
[Description("烧损率%")]
public string Burning
{
get { return burning; }
set { burning = value; }
}
///
/// 热处理二级工序
///
private string procDescCRcl = "";
///
/// 热处理二级工序
///
public string ProcDescCRcl
{
get { return procDescCRcl; }
set { procDescCRcl = value; }
}
///
/// 长度范围%
///
private string lenScope = "";
[Description("长度范围%")]
public string LenScope
{
get { return lenScope; }
set { lenScope = value; }
}
}
}