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.PlnSaleOrd.Entity
{
public class PlnSaleorderEntity
{
private string orderNoSeq;
[Description("合同号")]
public string OrderNoSeq
{
get { return orderNoSeq; }
set { orderNoSeq = value; }
}
///
/// ORD_PK
///
private string ordPk = "";
///
/// ORD_LN_PK(ORD_PK+三位流水号)
///
private string ordLnPk = "";
///
/// ORD_LN_DLY_PK(ORD_LN_PK+三位流水号)
///
private string ordLnDlyPk = "";
///
/// 合同号
///
private string orderNo = "";
///
/// 合同行号
///
private string orderSeq = "";
///
/// 交货编码
///
private string deliveryNo = "";
///
/// 销售分类(油井管;专业管;普管)
///
private string prdCls = "";
///
/// 品名代码
///
private string produccode = "";
///
/// 品名描述
///
private string producname = "";
///
/// 标准代码
///
private string stdCode = "";
///
/// 标准名称
///
private string stdName = "";
///
/// 钢级(牌号)代码
///
private string steelcode = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 产品规格代码
///
private string specCode = "";
///
/// 产品规格描述
///
private string specName = "";
///
/// 外径
///
private decimal? outdiameter = null;
///
/// 壁厚
///
private decimal? wallthick = null;
///
/// 长度编码
///
private string lenNo = "";
///
/// 长度单位
///
private string lenUnit = "";
///
/// 最大长度
///
private decimal? lengthmax = null;
///
/// 最小长度
///
private decimal? lengthmin = null;
///
/// 长度描述
///
private string lengthdisc = "";
///
/// 扣型代码
///
private string modelCode = "";
///
/// 扣型描述
///
private string modelDesc = "";
///
/// 订货计量单位
///
private string orderUnit = "";
///
/// 订货量
///
private decimal? orderQty = null;
///
/// 估算量(支、吨)
///
private decimal? orderweight = null;
///
/// 估算支数
///
private decimal? ordernum = null;
///
/// 订货长度(保总长)
///
private decimal? totlength = null;
///
/// 保总长单位
///
private string totlengthUnit = "";
///
/// 合同行交货量差方式(绝对值;百分比)
///
private string delvryRangeTpe = "";
///
/// 交货量差下限
///
private decimal? delvryRangeMin = null;
///
/// 交货量差上限
///
private decimal? delvryRangeMax = null;
///
/// 客户编号
///
private string buyerId = "";
///
/// 客户名称
///
private string buyerName = "";
///
/// 产品特殊要求描述(成分、理化、公差、探伤、水压、加工标准等)
///
private string orderSpecialDesc = "";
///
/// 合同附加要求编码
///
private string addAskNo = "";
///
/// 附加要求描述((喷标、质保书、包装要求、保护帽、丝扣油等)
///
private string orderAddDesc = "";
///
/// 附加要求分类状态
///
private string askTypeStatus = "";
///
/// 合同来源
///
private string orderfrom = "";
///
/// 最终用户(来源客户表)
///
private string finalUser = "";
///
/// 最终用户描述
///
private string finalUserDesc = "";
///
/// 交货结束日期
///
private string delvryEdate = "";
///
/// 合同联系人
///
private string ordercontact = "";
///
/// 监制要求
///
private string monitordemand = "";
///
/// 公差标准
///
private string specstandard = "";
///
/// 备注
///
private string memo = "";
///
/// 合同紧急度
///
private string priority = "";
///
/// 紧急度备注
///
private string priorityMemo = "";
///
/// 合同状态(0待接收,1已接收,2已下发,3生产中,4生产完成,5缴库完成,6发运完毕,7结算完毕,8合同关闭)
///
private string porderstatus = "";
///
/// 产品规范码
///
private string psc = "";
///
/// 冶金规范码
///
private string msc = "";
///
/// 接箍码
///
private string codeJg = "";
///
/// 短节备料码
///
private string codeDjBl = "";
///
/// 排产量(订货量*投料原则)
///
private decimal? planweight = null;
///
/// 已缴库量
///
private decimal? paydownweight = null;
///
/// 提报人
///
private string createName = "";
///
/// 提报时间
///
private string createTime = "";
///
/// 接收人
///
private string updateName = "";
///
/// 接收时间
///
private string updateTime = "";
///
/// 末工序名
///
private string endgxname = "";
///
/// 组合类型(0不需配箍/1需配箍/2需短节和箍)
///
private string mergetype = "";
///
/// 是否需管加工(0/1)
///
private string ifneedJgx = "";
///
/// 加工组
///
private string groupJgx = "";
///
/// 是否需热处理
///
private string ifneedRcl = "";
///
/// 热处理组
///
private string groupRcl = "";
///
/// 监制文件是否完整
///
private string jzFileIfAll = "";
///
/// 监制编号
///
private string prdcrNo = "";
///
/// 排产月份
///
private string rollMonth = "";
///
/// 轧管产能井月
///
private string rollWellMonth = "";
///
/// 下发时间
///
private string issuedTime = "";
///
/// 成品物料编码
///
private string materialNo = "";
///
/// 成品物料描述
///
private string materialDesc = "";
///
/// 短节备料组号
///
private decimal? blGroupNum = null;
///
/// 短尺率(%)
///
private decimal? shrtLenRato = null;
///
/// 短尺最短
///
private decimal? shortest = null;
///
/// 长尺率(%)
///
private decimal? longLenRato = null;
///
/// 长尺最长
///
private decimal? longest = null;
///
/// 短尺随炉
///
private string shrtStove = "";
///
/// 平均长度大于
///
private decimal? avgLenMin = null;
///
/// 最长最短差小于
///
private decimal? difrncLenMax = null;
///
/// 单倍尺长
///
private decimal? siglLen = null;
///
/// 成品长度公差(单倍尺长专用)
///
private decimal? endlenSpecstd = null;
///
/// 目标长度
///
private decimal? aimlength = null;
///
/// 轧管控制壁厚
///
private decimal? aimwallthickZg = null;
///
/// 到站编码
///
private string stationNo = "";
///
/// 到站名称
///
private string stationNm = "";
///
/// 生产分类
///
private string produceSort = "";
///
/// 用途码
///
private string useCode = "";
///
/// 用途码描述
///
private string useDesc = "";
///
/// 米单重
///
private decimal? weightPerM = null;
///
/// 计划量(排产量-接箍+排产加长总重)
///
private decimal? planQty = null;
///
/// 保米长
///
private decimal? totlengthM = null;
///
/// 计划支
///
private decimal? planNum = null;
///
/// 外购坯(COM_BASE_INFO:1218)
///
private string outsBilletFl = "";
///
/// 外购管(COM_BASE_INFO:1219)
///
private string outsStlPipeFl = "";
///
/// 坯料属性(锻坯、轧批、铸坯)
///
private string stuffProperty = "";
///
/// 管属性(无缝、焊缝、扩管、冷轧、冷拔)
///
private string pipeProperty = "";
///
/// 下限内控壁厚
///
private decimal? heightNkMin = null;
///
/// 上限内控壁厚
///
private decimal? heightNkMax = null;
///
/// 长度下限轧管转移
///
private decimal? lenToendMin = null;
///
/// 长度上限轧管转移
///
private decimal? lenToendMax = null;
///
/// 高温炉温度热处理
///
private decimal? tempHtcast = null;
///
/// 工艺文件号
///
private string craftFileNo = "";
///
/// 工艺文件责任人
///
private string craftFileMan = "";
///
/// 接箍长度
///
private decimal? lengthJg = null;
///
/// 计重方式(理重/实重)
///
private string weighType = "";
///
/// 运输方式('1105')
///
private string transitTyp = "";
///
/// 接收版本号
///
private string acceptNo = "";
///
/// 接箍合同是否形成
///
private string jgordIsOk = "";
///
/// 接箍料需求是否制订
///
private string jglReqIsOk = "";
///
/// 短节备料是否制订
///
private string djblReqIsOk = "";
///
/// 标准类别描述
///
private string stdStyleDesc = "";
///
/// 是否允许下发(1-是,0-否)
///
private string ifAllowIssue = "";
///
/// 热处理是否确认
///
private string fIsOk = "";
///
/// 管加工是否确认
///
private string gIsOk = "";
///
/// 已缴库支数
///
private decimal? paydownNum = null;
///
/// 排产加长总重
///
private decimal? extraLenTotWt = null;
///
/// 交货标准壁厚下限
///
private decimal? heightOrdMin = null;
///
/// 交货标准壁厚上限
///
private decimal? heightOrdMax = null;
///
/// 原交货行量(记录)
///
private decimal? delvryQty = null;
///
/// 利库支(记录用)
///
private decimal? chargeNum = null;
///
/// 利库重(记录用)
///
private decimal? chargeWgt = null;
///
/// 利库长(记录用)
///
private decimal? chargeLen = null;
///
/// 脱单支(记录用)
///
private decimal? elimNum = null;
///
/// 脱单重(记录用)
///
private decimal? elimWgt = null;
///
/// 脱单长(记录用)
///
private decimal? elimLen = null;
///
/// ORD_PK
///
[Description("ORD_PK")]
[Nullable(false)]
[DataLength(40)]
public string OrdPk
{
get { return ordPk; }
set { ordPk = value; }
}
///
/// ORD_LN_PK(ORD_PK+三位流水号)
///
[Description("ORD_LN_PK(ORD_PK+三位流水号)")]
[Nullable(false)]
[DataLength(40)]
public string OrdLnPk
{
get { return ordLnPk; }
set { ordLnPk = value; }
}
///
/// ORD_LN_DLY_PK(ORD_LN_PK+三位流水号)
///
[Description("ORD_LN_DLY_PK(ORD_LN_PK+三位流水号)")]
[Nullable(false)]
[DataLength(40)]
public string OrdLnDlyPk
{
get { return ordLnDlyPk; }
set { ordLnDlyPk = 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 PrdCls
{
get { return prdCls; }
set { prdCls = value; }
}
///
/// 品名代码
///
[Description("品名代码")]
[Nullable(true)]
[DataLength(20)]
public string Produccode
{
get { return produccode; }
set { produccode = value; }
}
///
/// 品名描述
///
[Description("品名描述")]
[Nullable(true)]
[DataLength(100)]
public string Producname
{
get { return producname; }
set { producname = 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(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(20)]
public string SpecCode
{
get { return specCode; }
set { specCode = value; }
}
///
/// 产品规格描述
///
[Description("产品规格描述")]
[Nullable(true)]
[DataLength(100)]
public string SpecName
{
get { return specName; }
set { specName = value; }
}
///
/// 外径
///
[Description("外径")]
[Nullable(true)]
[DataLength(10)]
public decimal? Outdiameter
{
get { return outdiameter; }
set { outdiameter = value; }
}
///
/// 壁厚
///
[Description("壁厚")]
[Nullable(true)]
[DataLength(10)]
public decimal? Wallthick
{
get { return wallthick; }
set { wallthick = value; }
}
///
/// 长度编码
///
[Description("长度编码")]
[Nullable(true)]
[DataLength(20)]
public string LenNo
{
get { return lenNo; }
set { lenNo = value; }
}
///
/// 长度单位
///
[Description("长度单位")]
[Nullable(true)]
[DataLength(20)]
public string LenUnit
{
get { return lenUnit; }
set { lenUnit = value; }
}
///
/// 最大长度
///
[Description("最大长度")]
[Nullable(true)]
[DataLength(10)]
public decimal? Lengthmax
{
get { return lengthmax; }
set { lengthmax = value; }
}
///
/// 最小长度
///
[Description("最小长度")]
[Nullable(true)]
[DataLength(10)]
public decimal? Lengthmin
{
get { return lengthmin; }
set { lengthmin = value; }
}
///
/// 长度描述
///
[Description("长度描述")]
[Nullable(true)]
[DataLength(100)]
public string Lengthdisc
{
get { return lengthdisc; }
set { lengthdisc = value; }
}
///
/// 扣型代码
///
[Description("扣型代码")]
[Nullable(true)]
[DataLength(20)]
public string ModelCode
{
get { return modelCode; }
set { modelCode = value; }
}
///
/// 扣型描述
///
[Description("扣型描述")]
[Nullable(true)]
[DataLength(100)]
public string ModelDesc
{
get { return modelDesc; }
set { modelDesc = value; }
}
///
/// 订货计量单位
///
[Description("订货计量单位")]
[Nullable(true)]
[DataLength(20)]
public string OrderUnit
{
get { return orderUnit; }
set { orderUnit = value; }
}
///
/// 订货量
///
[Description("订货量")]
[Nullable(true)]
[DataLength(16)]
public decimal? OrderQty
{
get { return orderQty; }
set { orderQty = value; }
}
///
/// 估算量(支、吨)
///
[Description("估算量")]
[Nullable(true)]
[DataLength(16)]
public decimal? Orderweight
{
get { return orderweight; }
set { orderweight = value; }
}
///
/// 估算支数
///
[Description("估算支数")]
[Nullable(true)]
[DataLength(10)]
public decimal? Ordernum
{
get { return ordernum; }
set { ordernum = value; }
}
///
/// 订货长度(保总长)
///
[Description("订货长度(保总长)")]
[Nullable(true)]
[DataLength(16)]
public decimal? Totlength
{
get { return totlength; }
set { totlength = value; }
}
///
/// 保总长单位
///
[Description("保总长单位")]
[Nullable(true)]
[DataLength(20)]
public string TotlengthUnit
{
get { return totlengthUnit; }
set { totlengthUnit = value; }
}
///
/// 合同行交货量差方式(绝对值;百分比)
///
[Description("交货量差")]
[Nullable(true)]
[DataLength(20)]
public string DelvryRangeTpe
{
get { return delvryRangeTpe; }
set { delvryRangeTpe = value; }
}
///
/// 交货量差下限
///
[Description("交货量差下限")]
[Nullable(true)]
[DataLength(5)]
public decimal? DelvryRangeMin
{
get { return delvryRangeMin; }
set { delvryRangeMin = value; }
}
///
/// 交货量差上限
///
[Description("交货量差上限")]
[Nullable(true)]
[DataLength(5)]
public decimal? DelvryRangeMax
{
get { return delvryRangeMax; }
set { delvryRangeMax = value; }
}
///
/// 客户编号
///
[Description("客户编号")]
[Nullable(true)]
[DataLength(20)]
public string BuyerId
{
get { return buyerId; }
set { buyerId = value; }
}
///
/// 客户名称
///
[Description("客户名称")]
[Nullable(true)]
[DataLength(100)]
public string BuyerName
{
get { return buyerName; }
set { buyerName = value; }
}
///
/// 产品特殊要求描述(成分、理化、公差、探伤、水压、加工标准等)
///
[Description("产品特殊要求描述")]
[Nullable(true)]
[DataLength(4000)]
public string OrderSpecialDesc
{
get { return orderSpecialDesc; }
set { orderSpecialDesc = value; }
}
///
/// 合同附加要求编码
///
[Description("合同附加要求编码")]
[Nullable(true)]
[DataLength(16)]
public string AddAskNo
{
get { return addAskNo; }
set { addAskNo = value; }
}
///
/// 附加要求描述((喷标、质保书、包装要求、保护帽、丝扣油等)
///
[Description("附加要求描述")]
[Nullable(true)]
[DataLength(4000)]
public string OrderAddDesc
{
get { return orderAddDesc; }
set { orderAddDesc = value; }
}
///
/// 附加要求分类状态
///
[Description("附加要求分类状态")]
[Nullable(true)]
[DataLength(20)]
public string AskTypeStatus
{
get { return askTypeStatus; }
set { askTypeStatus = value; }
}
///
/// 合同来源
///
[Description("销售组织")]
[Nullable(true)]
[DataLength(20)]
public string Orderfrom
{
get { return orderfrom; }
set { orderfrom = value; }
}
///
/// 最终用户(来源客户表)
///
[Description("最终用户")]
[Nullable(true)]
[DataLength(20)]
public string FinalUser
{
get { return finalUser; }
set { finalUser = value; }
}
///
/// 最终用户描述
///
[Description("最终用户描述")]
[Nullable(true)]
[DataLength(100)]
public string FinalUserDesc
{
get { return finalUserDesc; }
set { finalUserDesc = value; }
}
///
/// 交货结束日期
///
[Description("交货结束日期")]
[Nullable(true)]
public string DelvryEdate
{
get { return delvryEdate; }
set { delvryEdate = value; }
}
///
/// 合同联系人
///
[Description("合同联系人")]
[Nullable(true)]
[DataLength(20)]
public string Ordercontact
{
get { return ordercontact; }
set { ordercontact = value; }
}
///
/// 监制要求
///
[Description("监制要求")]
[Nullable(true)]
[DataLength(200)]
public string Monitordemand
{
get { return monitordemand; }
set { monitordemand = value; }
}
///
/// 公差标准
///
[Description("公差标准")]
[Nullable(true)]
[DataLength(20)]
public string Specstandard
{
get { return specstandard; }
set { specstandard = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(true)]
[DataLength(200)]
public string Memo
{
get { return memo; }
set { memo = 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; }
}
///
/// 合同状态(0待接收,1已接收,2已下发,3生产中,4生产完成,5缴库完成,6发运完毕,7结算完毕,8合同关闭)
///
[Description("合同状态")]
[Nullable(true)]
[DataLength(20)]
public string Porderstatus
{
get { return porderstatus; }
set { porderstatus = value; }
}
///
/// 产品规范码
///
[Description("产品规范码")]
[Nullable(true)]
[DataLength(20)]
public string Psc
{
get { return psc; }
set { psc = value; }
}
///
/// 冶金规范码
///
[Description("冶金规范码")]
[Nullable(true)]
[DataLength(20)]
public string Msc
{
get { return msc; }
set { msc = value; }
}
///
/// 接箍码
///
[Description("接箍码")]
[Nullable(true)]
[DataLength(7)]
public string CodeJg
{
get { return codeJg; }
set { codeJg = value; }
}
///
/// 短节备料码
///
[Description("短节备料码")]
[Nullable(true)]
[DataLength(20)]
public string CodeDjBl
{
get { return codeDjBl; }
set { codeDjBl = value; }
}
///
/// 排产量(订货量*投料原则)
///
[Description("排产量")]
[Nullable(true)]
[DataLength(10)]
public decimal? Planweight
{
get { return planweight; }
set { planweight = value; }
}
///
/// 已缴库量
///
[Description("已缴库量")]
[Nullable(true)]
[DataLength(10)]
public decimal? Paydownweight
{
get { return paydownweight; }
set { paydownweight = 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(20)]
public string Endgxname
{
get { return endgxname; }
set { endgxname = value; }
}
///
/// 组合类型(0不需配箍/1需配箍/2需短节和箍)
///
[Description("组合类型")]
[Nullable(true)]
[DataLength(20)]
public string Mergetype
{
get { return mergetype; }
set { mergetype = value; }
}
///
/// 是否需管加工(0/1)
///
[Description("是否需管加工")]
[Nullable(true)]
[DataLength(1)]
public string IfneedJgx
{
get { return ifneedJgx; }
set { ifneedJgx = value; }
}
///
/// 加工组
///
[Description("加工组")]
[Nullable(true)]
[DataLength(20)]
public string GroupJgx
{
get { return groupJgx; }
set { groupJgx = 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 JzFileIfAll
{
get { return jzFileIfAll; }
set { jzFileIfAll = value; }
}
///
/// 监制编号
///
[Description("监制编号")]
[Nullable(true)]
[DataLength(40)]
public string PrdcrNo
{
get { return prdcrNo; }
set { prdcrNo = value; }
}
///
/// 排产月份
///
[Description("排产月份")]
[Nullable(true)]
[DataLength(20)]
public string RollMonth
{
get { return rollMonth; }
set { rollMonth = value; }
}
///
/// 轧管产能井月
///
[Description("轧管产能井月")]
[Nullable(true)]
[DataLength(20)]
public string RollWellMonth
{
get { return rollWellMonth; }
set { rollWellMonth = value; }
}
///
/// 下发时间
///
[Description("下发时间")]
[Nullable(true)]
public string IssuedTime
{
get { return issuedTime; }
set { issuedTime = 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(3)]
public decimal? BlGroupNum
{
get { return blGroupNum; }
set { blGroupNum = value; }
}
///
/// 短尺率(%)
///
[Description("短尺率(%)")]
[Nullable(true)]
[DataLength(2)]
public decimal? ShrtLenRato
{
get { return shrtLenRato; }
set { shrtLenRato = value; }
}
///
/// 短尺最短
///
[Description("短尺最短")]
[Nullable(true)]
[DataLength(5)]
public decimal? Shortest
{
get { return shortest; }
set { shortest = value; }
}
///
/// 长尺率(%)
///
[Description("长尺率(%)")]
[Nullable(true)]
[DataLength(2)]
public decimal? LongLenRato
{
get { return longLenRato; }
set { longLenRato = value; }
}
///
/// 长尺最长
///
[Description("长尺最长")]
[Nullable(true)]
[DataLength(5)]
public decimal? Longest
{
get { return longest; }
set { longest = value; }
}
///
/// 短尺随炉
///
[Description("短尺随炉")]
[Nullable(true)]
[DataLength(20)]
public string ShrtStove
{
get { return shrtStove; }
set { shrtStove = value; }
}
///
/// 平均长度大于
///
[Description("平均长度大于")]
[Nullable(true)]
[DataLength(5)]
public decimal? AvgLenMin
{
get { return avgLenMin; }
set { avgLenMin = value; }
}
///
/// 最长最短差小于
///
[Description("最长最短差小于")]
[Nullable(true)]
[DataLength(5)]
public decimal? DifrncLenMax
{
get { return difrncLenMax; }
set { difrncLenMax = value; }
}
///
/// 单倍尺长
///
[Description("单倍尺长")]
[Nullable(true)]
[DataLength(6)]
public decimal? SiglLen
{
get { return siglLen; }
set { siglLen = value; }
}
///
/// 成品长度公差(单倍尺长专用)
///
[Description("成品长度公差(单倍尺长专用)")]
[Nullable(true)]
[DataLength(6)]
public decimal? EndlenSpecstd
{
get { return endlenSpecstd; }
set { endlenSpecstd = value; }
}
///
/// 目标长度
///
[Description("目标长度")]
[Nullable(true)]
[DataLength(10)]
public decimal? Aimlength
{
get { return aimlength; }
set { aimlength = value; }
}
///
/// 轧管控制壁厚
///
[Description("轧管控制壁厚")]
[Nullable(true)]
[DataLength(10)]
public decimal? AimwallthickZg
{
get { return aimwallthickZg; }
set { aimwallthickZg = value; }
}
///
/// 到站编码
///
[Description("到站编码")]
[Nullable(true)]
[DataLength(9)]
public string StationNo
{
get { return stationNo; }
set { stationNo = value; }
}
///
/// 到站名称
///
[Description("到站名称")]
[Nullable(true)]
[DataLength(100)]
public string StationNm
{
get { return stationNm; }
set { stationNm = value; }
}
///
/// 生产分类
///
[Description("生产分类")]
[Nullable(true)]
[DataLength(20)]
public string ProduceSort
{
get { return produceSort; }
set { produceSort = value; }
}
///
/// 用途码
///
[Description("用途码")]
[Nullable(true)]
[DataLength(20)]
public string UseCode
{
get { return useCode; }
set { useCode = value; }
}
///
/// 用途码描述
///
[Description("用途码描述")]
[Nullable(true)]
[DataLength(100)]
public string UseDesc
{
get { return useDesc; }
set { useDesc = value; }
}
///
/// 米单重
///
[Description("米单重")]
[Nullable(true)]
[DataLength(16)]
public decimal? WeightPerM
{
get { return weightPerM; }
set { weightPerM = value; }
}
///
/// 计划量(排产量-接箍+排产加长总重)
///
[Description("计划量")]
[Nullable(true)]
[DataLength(10)]
public decimal? PlanQty
{
get { return planQty; }
set { planQty = value; }
}
///
/// 保米长
///
[Description("保米长")]
[Nullable(true)]
[DataLength(16)]
public decimal? TotlengthM
{
get { return totlengthM; }
set { totlengthM = value; }
}
///
/// 计划支
///
[Description("计划支")]
[Nullable(true)]
[DataLength(10)]
public decimal? PlanNum
{
get { return planNum; }
set { planNum = value; }
}
///
/// 外购坯(COM_BASE_INFO:1218)
///
[Description("外购坯")]
[Nullable(true)]
[DataLength(20)]
public string OutsBilletFl
{
get { return outsBilletFl; }
set { outsBilletFl = value; }
}
///
/// 外购管(COM_BASE_INFO:1219)
///
[Description("外购管")]
[Nullable(true)]
[DataLength(20)]
public string OutsStlPipeFl
{
get { return outsStlPipeFl; }
set { outsStlPipeFl = value; }
}
///
/// 坯料属性(锻坯、轧批、铸坯)
///
[Description("坯料属性")]
[Nullable(true)]
[DataLength(20)]
public string StuffProperty
{
get { return stuffProperty; }
set { stuffProperty = value; }
}
///
/// 管属性(无缝、焊缝、扩管、冷轧、冷拔)
///
[Description("管属性")]
[Nullable(true)]
[DataLength(20)]
public string PipeProperty
{
get { return pipeProperty; }
set { pipeProperty = 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(10)]
public decimal? LenToendMin
{
get { return lenToendMin; }
set { lenToendMin = value; }
}
///
/// 长度上限轧管转移
///
[Description("长度上限轧管转移")]
[Nullable(true)]
[DataLength(10)]
public decimal? LenToendMax
{
get { return lenToendMax; }
set { lenToendMax = value; }
}
///
/// 高温炉温度热处理
///
[Description("高温炉温度热处理")]
[Nullable(true)]
[DataLength(10)]
public decimal? TempHtcast
{
get { return tempHtcast; }
set { tempHtcast = value; }
}
///
/// 工艺文件号
///
[Description("工艺文件号")]
[Nullable(true)]
[DataLength(40)]
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(10)]
public decimal? LengthJg
{
get { return lengthJg; }
set { lengthJg = value; }
}
///
/// 计重方式(理重/实重)
///
[Description("计重方式(理重/实重)")]
[Nullable(true)]
[DataLength(20)]
public string WeighType
{
get { return weighType; }
set { weighType = value; }
}
///
/// 运输方式('1105')
///
[Description("运输方式")]
[Nullable(true)]
[DataLength(20)]
public string TransitTyp
{
get { return transitTyp; }
set { transitTyp = value; }
}
///
/// 接收版本号
///
[Description("接收版本号")]
[Nullable(true)]
[DataLength(15)]
public string AcceptNo
{
get { return acceptNo; }
set { acceptNo = value; }
}
///
/// 接箍合同是否形成
///
[Description("接箍合同是否形成")]
[Nullable(true)]
[DataLength(1)]
public string JgordIsOk
{
get { return jgordIsOk; }
set { jgordIsOk = value; }
}
///
/// 接箍料需求是否制订
///
[Description("接箍料需求是否制订")]
[Nullable(true)]
[DataLength(1)]
public string JglReqIsOk
{
get { return jglReqIsOk; }
set { jglReqIsOk = value; }
}
///
/// 短节备料是否制订
///
[Description("短节备料是否制订")]
[Nullable(true)]
[DataLength(1)]
public string DjblReqIsOk
{
get { return djblReqIsOk; }
set { djblReqIsOk = value; }
}
///
/// 标准类别描述
///
[Description("标准类别描述")]
[Nullable(true)]
[DataLength(50)]
public string StdStyleDesc
{
get { return stdStyleDesc; }
set { stdStyleDesc = value; }
}
///
/// 是否允许下发(1-是,0-否)
///
[Description("是否允许下发")]
[Nullable(true)]
[DataLength(1)]
public string IfAllowIssue
{
get { return ifAllowIssue; }
set { ifAllowIssue = value; }
}
///
/// 热处理是否确认
///
[Description("热处理是否确认 ")]
[Nullable(true)]
[DataLength(1)]
public string FIsOk
{
get { return fIsOk; }
set { fIsOk = value; }
}
///
/// 管加工是否确认
///
[Description("管加工是否确认")]
[Nullable(true)]
[DataLength(1)]
public string GIsOk
{
get { return gIsOk; }
set { gIsOk = value; }
}
///
/// 已缴库支数
///
[Description("已缴库支数")]
[Nullable(true)]
[DataLength(10)]
public decimal? PaydownNum
{
get { return paydownNum; }
set { paydownNum = value; }
}
///
/// 排产加长总重
///
[Description("排产加长总重")]
[Nullable(true)]
[DataLength(10)]
public decimal? ExtraLenTotWt
{
get { return extraLenTotWt; }
set { extraLenTotWt = value; }
}
///
/// 交货标准壁厚下限
///
[Description("交货标准壁厚下限")]
[Nullable(true)]
[DataLength(10)]
public decimal? HeightOrdMin
{
get { return heightOrdMin; }
set { heightOrdMin = value; }
}
///
/// 交货标准壁厚上限
///
[Description("交货标准壁厚上限")]
[Nullable(true)]
[DataLength(10)]
public decimal? HeightOrdMax
{
get { return heightOrdMax; }
set { heightOrdMax = value; }
}
///
/// 原交货行量(记录)
///
[Description("原交货行量(记录)")]
[Nullable(true)]
[DataLength(10)]
public decimal? DelvryQty
{
get { return delvryQty; }
set { delvryQty = value; }
}
///
/// 利库支(记录用)
///
[Description("利库支(记录用)")]
[Nullable(true)]
[DataLength(10)]
public decimal? ChargeNum
{
get { return chargeNum; }
set { chargeNum = value; }
}
///
/// 利库重(记录用)
///
[Description("利库重(记录用)")]
[Nullable(true)]
[DataLength(10)]
public decimal? ChargeWgt
{
get { return chargeWgt; }
set { chargeWgt = value; }
}
///
/// 利库长(记录用)
///
[Description("利库长(记录用)")]
[Nullable(true)]
[DataLength(10)]
public decimal? ChargeLen
{
get { return chargeLen; }
set { chargeLen = value; }
}
///
/// 脱单支(记录用)
///
[Description("脱单支(记录用)")]
[Nullable(true)]
[DataLength(10)]
public decimal? ElimNum
{
get { return elimNum; }
set { elimNum = value; }
}
///
/// 脱单重(记录用)
///
[Description("脱单重(记录用)")]
[Nullable(true)]
[DataLength(10)]
public decimal? ElimWgt
{
get { return elimWgt; }
set { elimWgt = value; }
}
///
/// 脱单长(记录用)
///
[Description("脱单长(记录用)")]
[Nullable(true)]
[DataLength(10)]
public decimal? ElimLen
{
get { return elimLen; }
set { elimLen = value; }
}
/////从表字段
///
/// 排产流水号
///
private string plnDivideId = "";
[Description(" 排产流水号")]
public string PlnDivideId
{
get { return plnDivideId; }
set { plnDivideId = value; }
}
///
/// 制程索引号
///
private string indexSeq = "";
[Description(" 制程索引号")]
public string IndexSeq
{
get { return indexSeq; }
set { indexSeq = value; }
}
///
/// 成品工序号(全程途径码)
///
private string processSeq = "";
[Description("全程途径码")]
public string ProcessSeq
{
get { return processSeq; }
set { processSeq = value; }
}
///
/// 默认BOM
///
private string bom = "";
[Description("默认BOM")]
public string Bom
{
get { return bom; }
set { bom = value; }
}
///
/// 钢种可选
///
private string gradecodeAll = "";
[Description("钢种可选")]
public string GradecodeAll
{
get { return gradecodeAll; }
set { gradecodeAll = value; }
}
///
/// 钢种默认
///
private string gradecode = "";
[Description("钢种默认")]
public string Gradecode
{
get { return gradecode; }
set { gradecode = value; }
}
///
/// 轧管机组可选
///
private string groupRollAll = "";
[Description("轧管机组可选")]
public string GroupRollAll
{
get { return groupRollAll; }
set { groupRollAll = value; }
}
///
/// 默认轧管机组编号
///
private string groupRoll = "";
[Description("默认轧管机组编号")]
public string GroupRoll
{
get { return groupRoll; }
set { groupRoll = value; }
}
///
/// 变径类型
///
private string bjType = "";
[Description("变径类型")]
public string BjType
{
get { return bjType; }
set { bjType = value; }
}
///
/// 镦拔扩投入物料编码
///
private string eInMaterialNo = "";
[Description("镦拔扩投入物料编码")]
public string EInMaterialNo
{
get { return eInMaterialNo; }
set { eInMaterialNo = value; }
}
///
/// 镦拔扩投入物料描述
///
private string eInMaterialDesc = "";
[Description(" 镦拔扩投入物料")]
public string EInMaterialDesc
{
get { return eInMaterialDesc; }
set { eInMaterialDesc = value; }
}
///
/// 原料管外径
///
private string dimaterYlg = "";
[Description(" 原料管外径")]
public string DimaterYlg
{
get { return dimaterYlg; }
set { dimaterYlg = value; }
}
///
/// 原料管壁厚
///
private string heightYlg = "";
[Description(" 原料管壁厚")]
public string HeightYlg
{
get { return heightYlg; }
set { heightYlg = value; }
}
///
/// 分配排产重
///
private decimal? planWtD = null;
[Description(" 分配排产重")]
public decimal? PlanWtD
{
get { return planWtD; }
set { planWtD = value; }
}
///
/// 分配排产支
///
private decimal? planNumD = null;
[Description(" 分配排产支")]
public decimal? PlanNumD
{
get { return planNumD; }
set { planNumD = value; }
}
///
/// 成品完成重量
///
private decimal? finishWt = null;
[Description("成品完成重量")]
public decimal? FinishWt
{
get { return finishWt; }
set { finishWt = value; }
}
///
/// 钢种是否确认
///
private string gradecodeIsOk = "";
[Description(" 钢种是否确认")]
public string GradecodeIsOk
{
get { return gradecodeIsOk; }
set { gradecodeIsOk = value; }
}
///
/// 轧管是否确认
///
private string dIsOk = "";
[Description("轧管是否确认")]
public string DIsOk
{
get { return dIsOk; }
set { dIsOk = value; }
}
///
/// 镦拔扩是否确认
///
private string eIsOk = "";
[Description(" 镦拔扩是否确认")]
public string EIsOk
{
get { return eIsOk; }
set { eIsOk = value; }
}
}
}