using Core.Mes.Client.Comm.Attribute;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace Core.StlMes.Client.SaleOrder
{
///
/// 数据库表SLM_ORDER_LINE所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:DESKTOP-DG6B81Q 时间:2015-12-16
///
public class SlmOrderLineEntityDiff
{
///
/// ORD_PK
///
private string ordPk = "";
///
/// ORD_LN_PK(ORD_PK+三位流失号)
///
private string ordLnPk = "";
///
/// 合同行号(ORD_PK向下三位流水号,确保流水号的连续性)
///
private string orderSeq = "";
///
/// 客户Alpha编号
///
private string custAlphaNo = "";
///
/// 产品规范码
///
private string psc = "";
///
/// 产品规范描述
///
private string pscDesc = "";
///
/// 冶金规范码
///
private string msc = "";
///
/// 冶金规范描述
///
private string mscDesc = "";
///
/// 冶金规范类型(A:钢管+管坯、B:钢管+接箍、C:短节+附件)
///
private string mscStyle = "";
///
/// 用途码
///
private string useCode = "";
///
/// 用途码描述
///
private string useDesc = "";
///
/// 品种分类(油井管;专业管;普管)
///
private string prdCls = "";
///
/// 品名代码
///
private string produccode = "";
///
/// 品名描述
///
private string producname = "";
///
/// 标准代码
///
private string stdCode = "";
///
/// 标准名称
///
private string stdName = "";
///
/// 钢级(牌号)代码
///
private string steelcode = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 标准类别代码
///
private string stdStyle = "";
///
/// 标准类别描述
///
private string stdStyleDesc = "";
///
/// 订货规格代码(用于合同、质保书、标牌、标识)
///
private string orderSpecCode = "";
///
/// 订货规格描述(用于合同、质保书、标牌、标识)
///
private string orderSpecDesc = "";
///
/// 产品规格代码
///
private string specCode = "";
///
/// 产品规格描述
///
private string specName = "";
///
/// 外径(mm)
///
private decimal? dimater = null;
///
/// 壁厚(mm)
///
private decimal? height = null;
///
/// 扣型代码
///
private string modelCode = "";
///
/// 扣型描述
///
private string modelDesc = "";
///
/// 长度编码
///
private string lenNo = "";
///
/// 长度描述
///
private string lenDesc = "";
///
/// 长度单位
///
private string lenUnit = "";
///
/// 下限
///
private decimal? lenMin = null;
///
/// 上限
///
private decimal? lenMax = 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? endlenSpecstd = null;
///
/// 单倍尺长
///
private decimal? siglLen = null;
///
/// 订货计量单位(支、米、吨)
///
private string orderUnit = "";
///
/// 订货量
///
private decimal? orderQty = null;
///
/// 订货保总长
///
private decimal? ordEnsuTotlLen = null;
///
/// 生产吨数(根据订货量计算)
///
private decimal? prdctWgt = null;
///
/// 交货量差方式(绝对值;百分比)
///
private string delvryRangeTpe = "";
///
/// 交货量差下限
///
private decimal? delvryRangeMin = null;
///
/// 交货量差上限
///
private decimal? delvryRangeMax = null;
///
/// 最终用户(来源客户表)
///
private string finalUser = "";
///
/// 最终用户描述
///
private string finalUserDesc = "";
///
/// 外购坯(COM_BASE_INFO:1218)
///
private string outsBilletFl = "";
///
/// 外购管(COM_BASE_INFO:1219)
///
private string outsStlPipeFl = "";
///
/// ASSEL(1:允许;0:不允许)
///
private string asselFl = "";
///
/// 监制要求(1:有;0:无)
///
private string producerFl = "";
///
/// 监制编号(ORD_LN_PK+三位流水号)
///
private string prdcrNo = "";
///
/// 监制说明
///
private string prdcrDesc = "";
///
/// MPS要求(1:有;0无)
///
private string mpsFl = "";
///
/// MPS编号
///
private string mpsNo = "";
///
/// MPS说明
///
private string mpsDesc = "";
///
/// 交货开始日期
///
private string delvryBdate = "";
///
/// 交货结束日期
///
private string delvryEdate = "";
///
/// 交货信息描述
///
private string delvryDesc = "";
///
/// 运输信息描述
///
private string transDesc = "";
///
/// 附加要求编码
///
private string addAskNo = "";
///
/// 订货附加要求描述
///
private string orderAddDesc = "";
///
/// 产品特殊要求标识
///
private string orderSpecialFl = "";
///
/// 特殊要求技术规范说明
///
private string orderSpecialHead = "";
///
/// 技术规范文件路径
///
private string orderSpecialPath = "";
///
/// 产品特殊要求描述
///
private string orderSpecialDesc = "";
///
/// 质保书
///
private string zbs = "";
///
/// 订货价(牌价)
///
private decimal? orderPrice = null;
///
/// 运费
///
private decimal? transPrice = null;
///
/// 测价序号
///
private string testId = "";
///
/// 测算价
///
private decimal? testPrice = null;
///
/// 出厂价
///
private decimal? outPrice = null;
///
/// 结算价
///
private decimal? balncePrice = null;
///
/// 前合同行状态
///
private string beOrderLnStatus = "";
///
/// 操作对象(前)
///
private string beObjStsOp = "";
///
/// 合同行状态
///
private string orderLnStatus = "";
///
/// 操作对象
///
private string objStsOp = "";
///
/// 备注
///
private string memo = "";
///
/// 有效标志(1:有效,0:无效)
///
private string validflag = "";
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 删除人
///
private string deleteName = "";
///
/// 删除时间
///
private string deleteTime = "";
///
/// ORD_LN_PK_OLD
///
private string ordLnPkOld = "";
///
/// 合同行锁定状态 '1'锁定,'0'未锁定
///
private string islock = "";
///
/// 客户Alpha编码(Alpha编码生成MSC(n)后,写入的)
///
private string custAlphaNo2 = "";
///
/// 合同变更单号(G+YYYYMMDD+00001)
///
private string orderChgeNo = "";
///
/// 发起合同变更的合同行号
///
private string chgeOrdLnPk = "";
///
/// 结算价状态0录入1确认
///
private string balncePriceSts = "";
///
/// 内部结算价格
///
private decimal? balncePriceOrg = null;
///
/// 内部结算价状态0录入1确认
///
private string balncePriceOrgSts = "";
///
/// 吊装费
///
private decimal? pakPrice = null;
///
/// "ASSEL+外购的标识:1.只有ASSEL A 2.外购 W 3.ASSEL+外购 AW 4.什么都没有 为空。"
///
private string aw = "";
///
/// 录入的MPS编号
///
private string mpsNoInput = "";
///
/// 在线机探盲区 1可手探;0不可手探
///
private string manInspection = "";
///
/// 在线机探盲区切长(不可手探时才存在)
///
private decimal? inspectionValue = null;
///
/// 跟输入的MPS编号对应的MPS文本(服务器的地址)
///
private string mpsNoFile = "";
///
/// 质保书单位(1226)
///
private string qualityUser = "";
///
/// 质保书单位描述 1226
///
private string qualityUserDesc = "";
///
/// 输出标准号1227
///
private string outputStdNo = "";
///
/// 订单工程编号
///
private string projectNo = "";
///
/// 工艺文件号
///
private string craftNo = "";
///
/// 工艺文件版本号(工艺文件号相同时,取最大的版本号+1)
///
private string craftNoV = "";
private string orderNo = "";
///
/// 合同号
///
[Description("合同号")]
public string OrderNo
{
get { return orderNo; }
set { orderNo = value; }
}
///
/// 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")]
[Nullable(false)]
[DataLength(40)]
public string OrdLnPk
{
get { return ordLnPk; }
set { ordLnPk = value; }
}
///
/// 合同行号(ORD_PK向下三位流水号,确保流水号的连续性)
///
[Description("合同行号")]
[Nullable(false)]
[DataLength(3)]
public string OrderSeq
{
get { return orderSeq; }
set { orderSeq = value; }
}
///
/// 客户Alpha编号
///
[Description("客户Alpha编号")]
[Nullable(true)]
[DataLength(20)]
public string CustAlphaNo
{
get { return custAlphaNo; }
set { custAlphaNo = value; }
}
///
/// 产品规范码
///
[Description("产品规范码")]
[Nullable(false)]
[DataLength(20)]
public string Psc
{
get { return psc; }
set { psc = value; }
}
///
/// 产品规范描述
///
[Description("产品规范描述")]
[Nullable(false)]
[DataLength(500)]
public string PscDesc
{
get { return pscDesc; }
set { pscDesc = value; }
}
///
/// 冶金规范码
///
[Description("冶金规范码")]
[Nullable(true)]
[DataLength(20)]
public string Msc
{
get { return msc; }
set { msc = value; }
}
///
/// 冶金规范描述
///
[Description("冶金规范描述")]
[Nullable(true)]
[DataLength(500)]
public string MscDesc
{
get { return mscDesc; }
set { mscDesc = value; }
}
///
/// 冶金规范类型(A:钢管+管坯、B:钢管+接箍、C:短节+附件)
///
[Description("冶金规范类型")]
[Nullable(true)]
[DataLength(1)]
public string MscStyle
{
get { return mscStyle; }
set { mscStyle = 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(20)]
public string PrdCls
{
get { return prdCls; }
set { prdCls = value; }
}
///
/// 品名代码
///
[Description("品名代码")]
[Nullable(false)]
[DataLength(20)]
public string Produccode
{
get { return produccode; }
set { produccode = value; }
}
///
/// 品名描述
///
[Description("品名描述")]
[Nullable(false)]
[DataLength(100)]
public string Producname
{
get { return producname; }
set { producname = value; }
}
///
/// 标准代码
///
[Description("标准代码")]
[Nullable(false)]
[DataLength(20)]
public string StdCode
{
get { return stdCode; }
set { stdCode = value; }
}
///
/// 标准名称
///
[Description("标准名称")]
[Nullable(false)]
[DataLength(200)]
public string StdName
{
get { return stdName; }
set { stdName = value; }
}
///
/// 钢级(牌号)代码
///
[Description("钢级(牌号)代码")]
[Nullable(false)]
[DataLength(10)]
public string Steelcode
{
get { return steelcode; }
set { steelcode = value; }
}
///
/// 钢级(牌号)名称
///
[Description("钢级/牌号")]
[Nullable(false)]
[DataLength(100)]
public string Steelname
{
get { return steelname; }
set { steelname = value; }
}
///
/// 标准类别代码
///
[Description("标准类别代码")]
[Nullable(true)]
[DataLength(20)]
public string StdStyle
{
get { return stdStyle; }
set { stdStyle = value; }
}
///
/// 标准类别描述
///
[Description("标准类别")]
[Nullable(true)]
[DataLength(50)]
public string StdStyleDesc
{
get { return stdStyleDesc; }
set { stdStyleDesc = value; }
}
///
/// 订货规格代码(用于合同、质保书、标牌、标识)
///
[Description("订货规格代码")]
[Nullable(false)]
[DataLength(20)]
public string OrderSpecCode
{
get { return orderSpecCode; }
set { orderSpecCode = value; }
}
///
/// 订货规格描述(用于合同、质保书、标牌、标识)
///
[Description("订货规格")]
[Nullable(false)]
[DataLength(200)]
public string OrderSpecDesc
{
get { return orderSpecDesc; }
set { orderSpecDesc = value; }
}
///
/// 产品规格代码
///
[Description("产品规格代码")]
[Nullable(false)]
[DataLength(20)]
public string SpecCode
{
get { return specCode; }
set { specCode = value; }
}
///
/// 产品规格描述
///
[Description("产品规格")]
[Nullable(false)]
[DataLength(100)]
public string SpecName
{
get { return specName; }
set { specName = value; }
}
///
/// 外径(mm)
///
[Description("外径(mm)")]
[Nullable(false)]
[DataLength(6)]
public decimal? Dimater
{
get { return dimater; }
set { dimater = value; }
}
///
/// 壁厚(mm)
///
[Description("壁厚(mm)")]
[Nullable(false)]
[DataLength(6)]
public decimal? Height
{
get { return height; }
set { height = 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 LenNo
{
get { return lenNo; }
set { lenNo = value; }
}
///
/// 长度描述
///
[Description("长度描述")]
[Nullable(true)]
[DataLength(200)]
public string LenDesc
{
get { return lenDesc; }
set { lenDesc = value; }
}
///
/// 长度单位
///
[Description("长度单位")]
[Nullable(true)]
[DataLength(20)]
public string LenUnit
{
get { return lenUnit; }
set { lenUnit = value; }
}
///
/// 下限
///
[Description("下限")]
[Nullable(true)]
[DataLength(5)]
public decimal? LenMin
{
get { return lenMin; }
set { lenMin = value; }
}
///
/// 上限
///
[Description("上限")]
[Nullable(true)]
[DataLength(5)]
public decimal? LenMax
{
get { return lenMax; }
set { lenMax = 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? EndlenSpecstd
{
get { return endlenSpecstd; }
set { endlenSpecstd = value; }
}
///
/// 单倍尺长
///
[Description("单倍尺长")]
[Nullable(true)]
[DataLength(6)]
public decimal? SiglLen
{
get { return siglLen; }
set { siglLen = value; }
}
///
/// 订货计量单位(支、米、吨)
///
[Description("订货计量单位")]
[Nullable(true)]
[DataLength(20)]
public string OrderUnit
{
get { return orderUnit; }
set { orderUnit = value; }
}
///
/// 订货量
///
[Description("订货量")]
[Nullable(true)]
[DataLength(22)]
public decimal? OrderQty
{
get { return orderQty; }
set { orderQty = value; }
}
///
/// 订货保总长
///
[Description("订货保总长")]
[Nullable(true)]
[DataLength(22)]
public decimal? OrdEnsuTotlLen
{
get { return ordEnsuTotlLen; }
set { ordEnsuTotlLen = value; }
}
///
/// 生产吨数(根据订货量计算)
///
[Description("生产吨数")]
[Nullable(true)]
[DataLength(22)]
public decimal? PrdctWgt
{
get { return prdctWgt; }
set { prdctWgt = 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(false)]
[DataLength(20)]
public string FinalUser
{
get { return finalUser; }
set { finalUser = value; }
}
///
/// 最终用户描述
///
[Description("最终用户")]
[Nullable(false)]
[DataLength(100)]
public string FinalUserDesc
{
get { return finalUserDesc; }
set { finalUserDesc = 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; }
}
///
/// ASSEL(1:允许;0:不允许)
///
[Description("ASSEL")]
[Nullable(true)]
[DataLength(1)]
public string AsselFl
{
get { return asselFl; }
set { asselFl = value; }
}
///
/// 监制要求(1:有;0:无)
///
[Description("监制要求")]
[Nullable(true)]
[DataLength(1)]
public string ProducerFl
{
get { return producerFl; }
set { producerFl = value; }
}
///
/// 监制编号(ORD_LN_PK+三位流水号)
///
[Description("监制编号")]
[Nullable(true)]
[DataLength(400)]
public string PrdcrNo
{
get { return prdcrNo; }
set { prdcrNo = value; }
}
///
/// 监制说明
///
[Description("监制说明")]
[Nullable(true)]
[DataLength(500)]
public string PrdcrDesc
{
get { return prdcrDesc; }
set { prdcrDesc = value; }
}
///
/// MPS要求(1:有;0无)
///
[Description("MPS要求")]
[Nullable(true)]
[DataLength(1)]
public string MpsFl
{
get { return mpsFl; }
set { mpsFl = value; }
}
///
/// MPS编号
///
[Description("MPS编号")]
[Nullable(true)]
[DataLength(40)]
public string MpsNo
{
get { return mpsNo; }
set { mpsNo = value; }
}
///
/// MPS说明
///
[Description("MPS说明")]
[Nullable(true)]
[DataLength(100)]
public string MpsDesc
{
get { return mpsDesc; }
set { mpsDesc = value; }
}
///
/// 交货开始日期
///
[Description("交货开始日期")]
[Nullable(true)]
public string DelvryBdate
{
get { return delvryBdate; }
set { delvryBdate = value; }
}
///
/// 交货结束日期
///
[Description("交货结束日期")]
[Nullable(true)]
public string DelvryEdate
{
get { return delvryEdate; }
set { delvryEdate = value; }
}
///
/// 交货信息描述
///
[Description("交货信息描述")]
[Nullable(true)]
[DataLength(4000)]
public string DelvryDesc
{
get { return delvryDesc; }
set { delvryDesc = value; }
}
///
/// 运输信息描述
///
[Description("运输信息描述")]
[Nullable(true)]
[DataLength(4000)]
public string TransDesc
{
get { return transDesc; }
set { transDesc = 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(1)]
public string OrderSpecialFl
{
get { return orderSpecialFl; }
set { orderSpecialFl = value; }
}
///
/// 特殊要求技术规范说明
///
[Description("特殊要求技术规范说明")]
[Nullable(true)]
[DataLength(100)]
public string OrderSpecialHead
{
get { return orderSpecialHead; }
set { orderSpecialHead = value; }
}
///
/// 技术规范文件路径
///
[Description("技术规范文件路径")]
[Nullable(true)]
[DataLength(100)]
public string OrderSpecialPath
{
get { return orderSpecialPath; }
set { orderSpecialPath = value; }
}
///
/// 产品特殊要求描述
///
[Description("产品特殊要求描述")]
[Nullable(true)]
[DataLength(4000)]
public string OrderSpecialDesc
{
get { return orderSpecialDesc; }
set { orderSpecialDesc = value; }
}
///
/// 质保书
///
[Description("质保书")]
[Nullable(true)]
[DataLength(20)]
public string Zbs
{
get { return zbs; }
set { zbs = value; }
}
///
/// 订货价(牌价)
///
[Description("订货价(牌价)")]
[Nullable(true)]
[DataLength(22)]
public decimal? OrderPrice
{
get { return orderPrice; }
set { orderPrice = value; }
}
///
/// 运费
///
[Description("运费")]
[Nullable(true)]
[DataLength(22)]
public decimal? TransPrice
{
get { return transPrice; }
set { transPrice = value; }
}
///
/// 测价序号
///
[Description("测价序号")]
[Nullable(true)]
[DataLength(20)]
public string TestId
{
get { return testId; }
set { testId = value; }
}
///
/// 测算价
///
[Description("测算价")]
[Nullable(true)]
[DataLength(22)]
public decimal? TestPrice
{
get { return testPrice; }
set { testPrice = value; }
}
///
/// 出厂价
///
[Description("出厂价")]
[Nullable(true)]
[DataLength(22)]
public decimal? OutPrice
{
get { return outPrice; }
set { outPrice = value; }
}
///
/// 结算价
///
[Description("结算价")]
[Nullable(true)]
[DataLength(22)]
public decimal? BalncePrice
{
get { return balncePrice; }
set { balncePrice = value; }
}
///
/// 前合同行状态
///
[Description("前合同行状态")]
[Nullable(true)]
[DataLength(20)]
public string BeOrderLnStatus
{
get { return beOrderLnStatus; }
set { beOrderLnStatus = value; }
}
///
/// 操作对象(前)
///
[Description("操作对象(前)")]
[Nullable(true)]
[DataLength(100)]
public string BeObjStsOp
{
get { return beObjStsOp; }
set { beObjStsOp = value; }
}
///
/// 合同行状态
///
[Description("合同行状态")]
[Nullable(true)]
[DataLength(20)]
public string OrderLnStatus
{
get { return orderLnStatus; }
set { orderLnStatus = value; }
}
///
/// 操作对象
///
[Description("操作对象")]
[Nullable(true)]
[DataLength(100)]
public string ObjStsOp
{
get { return objStsOp; }
set { objStsOp = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(true)]
[DataLength(200)]
public string Memo
{
get { return memo; }
set { memo = value; }
}
///
/// 有效标志(1:有效,0:无效)
///
[Description("有效标志")]
[Nullable(true)]
[DataLength(1)]
public string Validflag
{
get { return validflag; }
set { validflag = 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 DeleteName
{
get { return deleteName; }
set { deleteName = value; }
}
///
/// 删除时间
///
[Description("删除时间")]
[Nullable(true)]
public string DeleteTime
{
get { return deleteTime; }
set { deleteTime = value; }
}
///
/// ORD_LN_PK_OLD
///
[Description("ORD_LN_PK_OLD")]
[Nullable(true)]
[DataLength(40)]
public string OrdLnPkOld
{
get { return ordLnPkOld; }
set { ordLnPkOld = value; }
}
///
/// 合同行锁定状态 '1'锁定,'0'未锁定
///
[Description("合同行锁定状态 ")]
[Nullable(true)]
[DataLength(1)]
public string Islock
{
get { return islock; }
set { islock = value; }
}
///
/// 客户Alpha编码(Alpha编码生成MSC(n)后,写入的)
///
[Description("客户Alpha编码")]
[Nullable(true)]
[DataLength(20)]
public string CustAlphaNo2
{
get { return custAlphaNo2; }
set { custAlphaNo2 = value; }
}
///
/// 合同变更单号(G+YYYYMMDD+00001)
///
[Description("合同变更单号")]
[Nullable(true)]
[DataLength(20)]
public string OrderChgeNo
{
get { return orderChgeNo; }
set { orderChgeNo = value; }
}
///
/// 发起合同变更的合同行号
///
[Description("发起合同变更的合同行号")]
[Nullable(true)]
[DataLength(40)]
public string ChgeOrdLnPk
{
get { return chgeOrdLnPk; }
set { chgeOrdLnPk = value; }
}
///
/// 结算价状态0录入1确认
///
[Description("结算价状态")]
[Nullable(true)]
[DataLength(1)]
public string BalncePriceSts
{
get { return balncePriceSts; }
set { balncePriceSts = value; }
}
///
/// 内部结算价格
///
[Description("内部结算价格")]
[Nullable(true)]
[DataLength(12)]
public decimal? BalncePriceOrg
{
get { return balncePriceOrg; }
set { balncePriceOrg = value; }
}
///
/// 内部结算价状态0录入1确认
///
[Description("内部结算价状态")]
[Nullable(true)]
[DataLength(1)]
public string BalncePriceOrgSts
{
get { return balncePriceOrgSts; }
set { balncePriceOrgSts = value; }
}
///
/// 吊装费
///
[Description("吊装费")]
[Nullable(true)]
[DataLength(22)]
public decimal? PakPrice
{
get { return pakPrice; }
set { pakPrice = value; }
}
///
/// "ASSEL+外购的标识:1.只有ASSEL A 2.外购 W 3.ASSEL+外购 AW 4.什么都没有 为空。"
///
[Description("AW")]
[Nullable(true)]
[DataLength(2)]
public string Aw
{
get { return aw; }
set { aw = value; }
}
///
/// 录入的MPS编号
///
[Description("录入的MPS编号")]
[Nullable(true)]
[DataLength(40)]
public string MpsNoInput
{
get { return mpsNoInput; }
set { mpsNoInput = value; }
}
///
/// 在线机探盲区 1可手探;0不可手探
///
[Description("在线机探盲区")]
[Nullable(true)]
[DataLength(1)]
public string ManInspection
{
get { return manInspection; }
set { manInspection = value; }
}
///
/// 在线机探盲区切长(不可手探时才存在)
///
[Description("在线机探盲区切长")]
[Nullable(true)]
[DataLength(22)]
public decimal? InspectionValue
{
get { return inspectionValue; }
set { inspectionValue = value; }
}
///
/// 跟输入的MPS编号对应的MPS文本(服务器的地址)
///
[Description("MPS文本")]
[Nullable(true)]
[DataLength(100)]
public string MpsNoFile
{
get { return mpsNoFile; }
set { mpsNoFile = value; }
}
///
/// 质保书单位(1226)
///
[Description("质保书单位")]
[Nullable(true)]
[DataLength(20)]
public string QualityUser
{
get { return qualityUser; }
set { qualityUser = value; }
}
///
/// 质保书单位描述 1226
///
[Description("质保书单位")]
[Nullable(true)]
[DataLength(100)]
public string QualityUserDesc
{
get { return qualityUserDesc; }
set { qualityUserDesc = value; }
}
///
/// 输出标准号1227
///
[Description("输出标准号")]
[Nullable(true)]
[DataLength(6)]
public string OutputStdNo
{
get { return outputStdNo; }
set { outputStdNo = value; }
}
///
/// 订单工程编号
///
[Description("订单工程编号")]
[Nullable(true)]
[DataLength(20)]
public string ProjectNo
{
get { return projectNo; }
set { projectNo = value; }
}
///
/// 工艺文件号
///
[Description("工艺文件号")]
[Nullable(true)]
[DataLength(50)]
public string CraftNo
{
get { return craftNo; }
set { craftNo = value; }
}
///
/// 工艺文件版本号(工艺文件号相同时,取最大的版本号+1)
///
[Description("工艺文件版本号")]
[Nullable(true)]
[DataLength(50)]
public string CraftNoV
{
get { return craftNoV; }
set { craftNoV = value; }
}
}
}