using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using Core.Mes.Client.Comm.Attribute;
namespace Core.StlMes.Client.SaleOrder
{
///
/// 数据库表PLN_SALEORD_PROC所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:Chenxi-PC2 时间:2015-12-22
///
public class PlnSaleordProcEntity
{
///
/// 交货编码PK(备料需求号)
///
private string ordLnDlyPk = "";
///
/// 排产流水号
///
private string plnDivideId = "";
///
/// 合同来源(销售合同、备料需求、补量需求)
///
private string orderSource = "";
///
/// 合同号
///
private string orderNo = "";
///
/// 合同行号
///
private string orderSeq = "";
///
/// 交货编码
///
private string deliveryNo = "";
///
/// 补量要求编码
///
private string rNumId = "";
///
/// 产品规范码
///
private string psc = "";
///
/// 工艺文件号
///
private string craftFileNo = "";
///
/// 工艺文件责任人
///
private string craftFileMan = "";
///
/// 冶金规范码
///
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 decimal? weightPerM = null;
///
/// 分配重量
///
private decimal? planWtD = null;
///
/// 分配支数
///
private decimal? planNumD = null;
///
/// 成品完成重量
///
private decimal? finishWt = null;
///
/// 是否变更排产
///
private string ifChange = "";
///
/// 初始分配量
///
private decimal? planWtBegin = null;
///
/// 初始分配支
///
private decimal? planNumBegin = null;
///
/// 排产状态(1计划,2已下发,3生产中,4生产完成,5关闭,6取消)
///
private string planstatus = "";
///
/// 是否允许下发(1-是,0-否)
///
private string ifAllowIssue = "";
///
/// 下发时间
///
private string issuedTime = "";
///
/// 下发人
///
private string issuedMan = "";
///
/// 内控公差壁厚下限(%)
///
private decimal? heightNkMin = null;
///
/// 内控公差壁厚上限(%)
///
private decimal? heightNkMax = null;
///
/// 分配订货量
///
private decimal? orderQtyD = null;
///
/// 订货计量单位
///
private string orderUnit = "";
///
/// 目标轧管转移长度
///
private decimal? aimLenRoll = null;
///
/// 目标成品长度
///
private decimal? aimLenEnd = null;
///
/// 管体排产量(投料原则)
///
private decimal? planPMain = null;
///
/// 分配总长(米)
///
private decimal? planTotLenD = null;
///
/// 单坯产出成品总长
///
private decimal? totLenOneP = null;
///
/// 单坯分切数
///
private decimal? cutNumP = null;
///
/// 工艺序号
///
private decimal? craftSeq = null;
///
/// 工艺文件版本号(工艺文件号相同时,取最大的版本号+1)
///
private string craftNoV = "";
///
/// 控制壁厚(mm)
///
private decimal? aimWallthick = null;
///
/// 轧制长度(m)
///
private decimal? rollLength = null;
///
/// 工艺文件更新状态(0无更新、1待替换、2已替换)
///
private string craftRenewSt = "";
///
/// 新工艺文件号
///
private string craftNoNew = "";
///
/// 新工艺文件版本号
///
private string craftNoVNew = "";
///
/// 交货编码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 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(400)]
public string CraftFileNo
{
get { return craftFileNo; }
set { craftFileNo = value; }
}
///
/// 工艺文件责任人
///
[Description("工艺文件责任人")]
[Nullable(true)]
[DataLength(20)]
public string CraftFileMan
{
get { return craftFileMan; }
set { craftFileMan = 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("原料管外径")]
[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(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("成品米单重")]
[Nullable(true)]
[DataLength(16)]
public decimal? WeightPerM
{
get { return weightPerM; }
set { weightPerM = value; }
}
///
/// 分配重量
///
[Description("分配重量")]
[Nullable(true)]
[DataLength(10)]
public decimal? PlanWtD
{
get { return planWtD; }
set { planWtD = value; }
}
///
/// 分配支数
///
[Description("分配支数")]
[Nullable(true)]
[DataLength(10)]
public decimal? PlanNumD
{
get { return planNumD; }
set { planNumD = value; }
}
///
/// 成品完成重量
///
[Description("成品完成重量")]
[Nullable(true)]
[DataLength(10)]
public decimal? FinishWt
{
get { return finishWt; }
set { finishWt = value; }
}
///
/// 是否变更排产
///
[Description("是否变更排产")]
[Nullable(true)]
[DataLength(1)]
public string IfChange
{
get { return ifChange; }
set { ifChange = value; }
}
///
/// 初始分配量
///
[Description("初始分配量")]
[Nullable(true)]
[DataLength(10)]
public decimal? PlanWtBegin
{
get { return planWtBegin; }
set { planWtBegin = value; }
}
///
/// 初始分配支
///
[Description("初始分配支")]
[Nullable(true)]
[DataLength(10)]
public decimal? 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 decimal? HeightNkMin
{
get { return heightNkMin; }
set { heightNkMin = value; }
}
///
/// 内控公差壁厚上限(%)
///
[Description("内控公差壁厚上限(%)")]
[Nullable(true)]
[DataLength(10)]
public decimal? HeightNkMax
{
get { return heightNkMax; }
set { heightNkMax = value; }
}
///
/// 分配订货量
///
[Description("分配订货量")]
[Nullable(true)]
[DataLength(16)]
public decimal? OrderQtyD
{
get { return orderQtyD; }
set { orderQtyD = value; }
}
///
/// 订货计量单位
///
[Description("订货计量单位")]
[Nullable(true)]
[DataLength(20)]
public string OrderUnit
{
get { return orderUnit; }
set { orderUnit = value; }
}
///
/// 目标轧管转移长度
///
[Description("目标轧管转移长度")]
[Nullable(true)]
[DataLength(16)]
public decimal? AimLenRoll
{
get { return aimLenRoll; }
set { aimLenRoll = value; }
}
///
/// 目标成品长度
///
[Description("目标成品长度")]
[Nullable(true)]
[DataLength(16)]
public decimal? AimLenEnd
{
get { return aimLenEnd; }
set { aimLenEnd = value; }
}
///
/// 管体排产量(投料原则)
///
[Description("管体排产量")]
[Nullable(true)]
[DataLength(16)]
public decimal? PlanPMain
{
get { return planPMain; }
set { planPMain = value; }
}
///
/// 分配总长(米)
///
[Description("分配总长(米)")]
[Nullable(true)]
[DataLength(16)]
public decimal? PlanTotLenD
{
get { return planTotLenD; }
set { planTotLenD = value; }
}
///
/// 单坯产出成品总长
///
[Description("单坯产出成品总长")]
[Nullable(true)]
[DataLength(16)]
public decimal? TotLenOneP
{
get { return totLenOneP; }
set { totLenOneP = value; }
}
///
/// 单坯分切数
///
[Description("单坯分切数")]
[Nullable(true)]
[DataLength(10)]
public decimal? CutNumP
{
get { return cutNumP; }
set { cutNumP = value; }
}
///
/// 工艺序号
///
[Description("工艺序号")]
[Nullable(true)]
[DataLength(5)]
public decimal? CraftSeq
{
get { return craftSeq; }
set { craftSeq = value; }
}
///
/// 工艺文件版本号(工艺文件号相同时,取最大的版本号+1)
///
[Description("工艺文件版本号")]
[Nullable(true)]
[DataLength(50)]
public string CraftNoV
{
get { return craftNoV; }
set { craftNoV = value; }
}
///
/// 控制壁厚(mm)
///
[Description("控制壁厚(mm)")]
[Nullable(true)]
[DataLength(10)]
public decimal? AimWallthick
{
get { return aimWallthick; }
set { aimWallthick = value; }
}
///
/// 轧制长度(m)
///
[Description("轧制长度(m)")]
[Nullable(true)]
[DataLength(16)]
public decimal? 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(400)]
public string CraftNoNew
{
get { return craftNoNew; }
set { craftNoNew = value; }
}
///
/// 新工艺文件版本号
///
[Description("新工艺文件版本号")]
[Nullable(true)]
[DataLength(20)]
public string CraftNoVNew
{
get { return craftNoVNew; }
set { craftNoVNew = value; }
}
}
}