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.YdmBcPipeManage.Entity { /// /// 数据库表MAT_BC_M所对应的实体类(生成工具:代码生成工具3.0) /// 作者:DM22222 时间:2018-03-27 /// public class MatBcMEntity2 { /// /// 材料号(管号)规则---(15)----母料号000 /// private string matNo = ""; /// /// 材料类别(8014在制品、成品、商品) /// private string productFlag = ""; /// /// 材料状态(801501在制品阶段、801502成品、801503商品...) /// private string matStatus = ""; /// /// 生产批号 /// private string lotNo = ""; /// /// 熔炼炉号 /// private string stoveNo = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 批号(性能批号) /// private string batchNo = ""; /// /// 组号(按长度区分) /// private string batchGroudNo = ""; /// /// 材料顺序号(生产队列号) /// private string matSqeNo = ""; /// /// 样管标志 /// private string sampleFlag = ""; /// /// 分切标志 /// private string cuttingFlag = ""; /// /// 外购材料号 /// private string originMatNo = ""; /// /// 物料码 /// private string materialNo = ""; /// /// 物料描叙 /// private string materialName = ""; /// /// 投料物料描叙 /// private string inputMaterialName = ""; /// /// 投料物料码 /// private string inputMaterialNo = ""; /// /// 投料物料来源(供应方代码)产出 /// private string inputOriginCode = ""; /// /// 品名代码 /// private string produccode = ""; /// /// 品名描述 /// private string producname = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 产品规格代码 /// private string specCode = ""; /// /// 产品规格描述 /// private string specName = ""; /// /// 扣型代码 /// private string modelCode = ""; /// /// 扣型描述 /// private string modelDesc = ""; /// /// 标准代码[最终成品标准] /// private string stdCode = ""; /// /// 标准名称 /// private string stdName = ""; /// /// 标准类别代码 /// private string stdStyle = ""; /// /// 标准类别描述(PSL1....) /// private string stdStyleDesc = ""; /// /// 生产合同号(1) /// private string proOrderNo = ""; /// /// 生产合同号(2) /// private string proOrderNo1 = ""; /// /// 生产订单号 /// private string proOrderId = ""; /// /// 合同号 /// private string orderNo = ""; /// /// 合同行号 /// private string orderSeq = ""; /// /// 合同子行号 /// private string orderSeqNo = ""; /// /// 执行工艺号 /// private string crafNo = ""; /// /// 工序代码 /// private string processCdoe = ""; /// /// 工序名称 /// private string processDesc = ""; /// /// 下工序代码 /// private string nextProcessCdoe = ""; /// /// 下工序名称 /// private string nextProcessDesc = ""; /// /// 生产产线代码 /// private string plineCode = ""; /// /// 生产产线名称 /// private string plineName = ""; /// /// 下工序产线代码 /// private string plineCodeNext = ""; /// /// 下工序产线名称 /// private string plineNameNext = ""; /// /// 材料来源代码(1外购、2机组产出等) /// private string matOriginCode = ""; /// /// 材料来源(1外购、2机组产出等) /// private string matOriginName = ""; /// /// 外径(实际) /// private decimal? actDimater = null; /// /// 壁厚(实际) /// private decimal? actHeight = null; /// /// 长度(实际) /// private decimal? actLen = null; /// /// 长度下限(实际) /// private string actLenMin = ""; /// /// 长度上限(实际) /// private string actLenMax = ""; /// /// 材料支数(实际) /// private decimal? actCount = null; /// /// 材料支数(实际) /// private decimal? loadActCount = null; /// /// 材料实重(实际) /// private decimal? actWeight = null; /// /// 材料理论重量(实际) /// private decimal? actTheoryWeight = null; /// /// 称重标志(0未委托、1委托) /// private string measureFlag = ""; /// /// 所属权单位代码 /// private string belongCode = ""; /// /// 所属权单位 /// private string belongName = ""; /// /// 打捆标志(1已打捆、0未打捆) /// private string packFlag = ""; /// /// 包装类型代码 /// private string packTypeCode = ""; /// /// 包装类型 /// private string packTypeName = ""; /// /// 捆包编号(若打捆) /// private string packNo = ""; /// /// 包装时间 /// private string packTime = ""; /// /// 包装材料重量 /// private decimal? packMatWt = null; /// /// 材料毛重 /// private decimal? matGrossWt = null; /// /// 材料去向代码 /// private string matGowhereCode = ""; /// /// 材料去向 /// private string matGowhereName = ""; /// /// 冷热标志 /// private string coolHotFlag = ""; /// /// 交货材料标志(空或‘0’:无;1:有交货材料) /// private string matReturnFlag = ""; /// /// 热处理号 /// private string heatTreatNo = ""; /// /// 质量封锁标志(0未封锁、2质量封锁、1管理封锁) /// private string lockFlag = ""; /// /// 管理封锁原因代码 /// private string mngLockRsnCode = ""; /// /// 管理封锁时间 /// private string mngLockTime = ""; /// /// 管理封锁责任者 /// private string mngLockMaker = ""; /// /// 管理封锁备注 /// private string mngLockRemark = ""; /// /// 质量封锁原因代码 /// private string lockRsnCode = ""; /// /// 质量封锁时间 /// private string lockTime = ""; /// /// 质量封锁责任者 /// private string lockMaker = ""; /// /// 质量封锁备注 /// private string lockRemark = ""; /// /// 释放时间 /// private string unlockTime = ""; /// /// 释放责任者 /// private string unlockMaker = ""; /// /// 释放备注 /// private string unlockRemark = ""; /// /// 原合同号 /// private string oldOrderNo = ""; /// /// 原合同行号 /// private string oldOrderSeq = ""; /// /// 原合同子行号 /// private string oldOrderSeqNo = ""; /// /// 原物料码 /// private string oldMaterialNo = ""; /// /// 原物料描叙 /// private string oldMaterialName = ""; /// /// 余材原因代码 /// private string remainRsnCode = ""; /// /// 余材判定时间 /// private string remainJugdeTime = ""; /// /// 余材判定责任者 /// private string remainJugdeMaker = ""; /// /// 余材判定代码 /// private string remainJugdeCode = ""; /// /// 余材备注 /// private string remainRemark = ""; /// /// 判定申请标记(1、已判定;0等待) /// private string jugdeApplyFlag = ""; /// /// 判定申请单号 /// private string jugdeApplyCode = ""; /// /// 判定申请时间 /// private string jugdeApplyTime = ""; /// /// 判定扫描时间 /// private string jugdeScanTime = ""; /// /// 表面判定结果代码 /// private string faceResultCode = ""; /// /// 表面判定时间 /// private string faceResultTime = ""; /// /// 表判责任人 /// private string faceMaker = ""; /// /// 公差判定结果代码 /// private string specResultCode = ""; /// /// 公差判定时间 /// private string specResultTime = ""; /// /// 公差判定责任人 /// private string specMaker = ""; /// /// 成分判定结果代码 /// private string chemResultCode = ""; /// /// 成分判定时间 /// private string chemResultTime = ""; /// /// 成分判定责任人 /// private string chemMaker = ""; /// /// 性能判定结果代码 /// private string phyResultCode = ""; /// /// 性能判定时间 /// private string phyResultTime = ""; /// /// 性能判定责任人 /// private string phyMaker = ""; /// /// [加工工序]水压结果代码 /// private string wpressureResultCode = ""; /// /// 综合判定结果代码 /// private string judgeResultCode = ""; /// /// 综合判定结果 /// private string judgeResult = ""; /// /// 综合判定时间 /// private string judgeResultTime = ""; /// /// 综合判定人 /// private string judgeMaker = ""; /// /// 熔炼成分编号 /// private string chemStcheckNo = ""; /// /// 成品成分编号 /// private string chemProcheckNo = ""; /// /// 硫化氢编号 /// private string shCheckNo = ""; /// /// 来料加工标记 /// private string comeProcFlag = ""; /// /// 允发标志(1是、0否) /// private string confmFlag = ""; /// /// 入库标志(1是、0否) /// private string instockFlag = ""; /// /// 入库时间 /// private string instockTime = ""; /// /// 出库时间 /// private string outstockTime = ""; /// /// 生产班次 /// private string proBc = ""; /// /// 生产班组 /// private string proBz = ""; /// /// 条码号 /// private string barCode = ""; /// /// 期初标志 /// private string beginningFlag = ""; /// /// 备注 /// private string memo = ""; /// /// 备注 /// private string updateMemo = ""; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 合同主键 /// private string ordPk = ""; /// /// 合同行主键 /// private string ordLnPk = ""; /// /// 交货行主键 /// private string ordLnDlyPk = ""; /// /// 原合同主键 /// private string oldOrdPk = ""; /// /// 原合同行主键 /// private string oldOrdLnPk = ""; /// /// 原交货行主键 /// private string oldOrdLnDlyPk = ""; /// /// 结算日期(年月) /// private string balYearMonth = ""; /// /// 判定标准 /// private string judgeStdDes = ""; /// /// 判定标准代码 /// private string judgeStdCode = ""; /// /// 产品等级 /// private string judgeGrade = ""; /// /// 备注(入库) /// private string pipmemo = ""; /// /// 材料来源地代码(产线、外委、外购对应的具体项目) /// private string soureCode = ""; /// /// 材料来源地名称 /// private string soureName = ""; /// /// 过磅单号 /// private string ponderNo = ""; /// /// 过磅重量 /// private decimal? ponderGrossWt = null; /// /// 备注1 /// private string memo1 = ""; /// /// 改判记录ID(物料改判专用) /// private string judgeId = ""; /// /// 管理封锁标志(0未封锁、1管理封锁) /// private string mngLockFlag = ""; /// /// 封锁记录ID(来源QCM_ZG_LOCK_LOG,成品锁定专用) /// private string lockId = ""; /// /// 作业单号(操作类型编码{如:脱单、利库}+销售组织编码+年月日+5位流水号 /// private string proNo = ""; /// /// 状态('0',未封锁 '1',封锁)利库专用 /// private string lockLiku = ""; /// /// 计划钢种代码 /// private string plnGradecode = ""; /// /// 计划钢种名称 /// private string plnGradename = ""; /// /// 计划钢级代码 /// private string plnSteelcode = ""; /// /// 计划钢级名称 /// private string plnSteelname = ""; /// /// 交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废) /// private string qcmStaus = ""; /// /// 出库单编号 /// private string outstockDoc = ""; /// /// 炉次计划号 /// private string heatPlanNo = ""; /// /// [轧管工序]轧管炉号(带序号) /// private string zgStoveSqe = ""; /// /// 工序订单排产序号 /// private string gxPlanNo = ""; /// /// [轧管工序]材料号(轧管管号) /// private string zgMatNo = ""; /// /// [轧管工序]产品标识(ABC) /// private string target = ""; /// /// [轧管工序]工艺状态 /// private string processStatus = ""; /// /// 判定单号 /// private string jugdeConvicted = ""; /// /// [轧管工序]定尺类型代码(0定尺,1短尺,2长尺) /// private string fixtypeCode = ""; /// /// [轧管工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开) /// private decimal? qualityGroupZg = null; /// /// [轧管工序]标示炉号 /// private string flagStoveNoZg = ""; /// /// [轧管工序]探伤结果代码2[2探伤] /// private string detectResultCode1 = ""; /// /// [轧管工序]探伤等级1 /// private string testingGrade = ""; /// /// [轧管工序]探伤种类1 /// private string testingType = ""; /// /// [轧管工序]探伤等级2 /// private string testingGrade1 = ""; /// /// [轧管工序]探伤种类2 /// private string testingType1 = ""; /// /// [轧管工序]生产产线代码 /// private string zgPlineCode = ""; /// /// [轧管工序]生产产线名称 /// private string zgPlineName = ""; /// /// [轧管工序]备注 /// private string zgMemo = ""; /// /// 是否生成实际炉计划,1.是,0否 /// private string hangingFlag = ""; /// /// 判定炉号(原料) /// private string judgeStoveNoUp = ""; /// /// 工艺序号 /// private decimal? craftSeq = null; /// /// 订单编号(下一工序订单) /// private string proPlanIdNext = ""; /// /// 工序排产序号(下一工序) /// private string gxPlanNoNext = ""; /// /// 下工序合同号 /// private string orderNoNext = ""; /// /// 是否紧急放行 /// private string instancyFlag = ""; /// /// 废品是否审核 /// private string scrapFrimFlag = ""; /// ///是否审核 /// [Description("是否审核")] [Nullable(false)] [DataLength(20)] public string ScrapFrimFlag { get { return scrapFrimFlag; } set { scrapFrimFlag = value; } } /// ///下工序合同号 /// [Description("是否紧急放行")] [Nullable(false)] [DataLength(20)] public string InstancyFlag { get { return instancyFlag; } set { instancyFlag = value; } } /// ///下工序合同号 /// [Description("下工序合同号")] [Nullable(false)] [DataLength(20)] public string OrderNoNext { get { return orderNoNext; } set { orderNoNext = value; } } private string storageNo = ""; private string storageName = ""; /// /// 仓库 /// [Description("仓库代码")] [Nullable(false)] [DataLength(20)] public string StorageNo { get { return storageNo; } set { storageNo = value; } } /// /// 仓库 /// [Description("仓库名称")] [Nullable(false)] [DataLength(20)] public string StorageName { get { return storageName; } set { storageName = value; } } /// /// 材料号(管号)规则---(15)----母料号000 /// [Description("材料号(管号)规则---(15)----母料号000")] [Nullable(false)] [DataLength(20)] public string MatNo { get { return matNo; } set { matNo = value; } } /// /// 材料类别(8014在制品、成品、商品) /// [Description("材料类别")] [Nullable(true)] [DataLength(10)] public string ProductFlag { get { return productFlag; } set { productFlag = value; } } /// /// 材料状态(801501在制品阶段、801502成品、801503商品...) /// [Description("材料状态")] [Nullable(true)] [DataLength(10)] public string MatStatus { get { return matStatus; } set { matStatus = value; } } /// /// 生产批号 /// [Description("生产批号")] [Nullable(true)] [DataLength(20)] public string LotNo { get { return lotNo; } set { lotNo = value; } } /// /// 熔炼炉号 /// [Description("熔炼炉号")] [Nullable(true)] [DataLength(20)] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } /// /// 判定炉号 /// [Description("判定炉号")] [Nullable(true)] [DataLength(8)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 批号(性能批号) /// [Description("批号")] [Nullable(true)] [DataLength(20)] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 组号(按长度区分) /// [Description("组号")] [Nullable(true)] [DataLength(3)] public string BatchGroudNo { get { return batchGroudNo; } set { batchGroudNo = value; } } /// /// 材料顺序号(生产队列号) /// [Description("材料顺序号(生产队列号)")] [Nullable(true)] [DataLength(20)] public string MatSqeNo { get { return matSqeNo; } set { matSqeNo = value; } } /// /// 样管标志 /// [Description("样管标志")] [Nullable(true)] [DataLength(1)] public string SampleFlag { get { return sampleFlag; } set { sampleFlag = value; } } /// /// 分切标志 /// [Description("分切标志")] [Nullable(true)] [DataLength(1)] public string CuttingFlag { get { return cuttingFlag; } set { cuttingFlag = value; } } /// /// 外购材料号 /// [Description("外购材料号")] [Nullable(true)] [DataLength(20)] public string OriginMatNo { get { return originMatNo; } set { originMatNo = value; } } /// /// 物料码 /// [Description("物料码")] [Nullable(true)] [DataLength(40)] public string MaterialNo { get { return materialNo; } set { materialNo = value; } } /// /// 物料描叙 /// [Description("物料")] [Nullable(true)] [DataLength(100)] public string MaterialName { get { return materialName; } set { materialName = value; } } /// /// 投料物料描叙 /// [Description("投料物料描叙")] [Nullable(true)] [DataLength(100)] public string InputMaterialName { get { return inputMaterialName; } set { inputMaterialName = value; } } /// /// 投料物料码 /// [Description("投料物料码")] [Nullable(true)] [DataLength(40)] public string InputMaterialNo { get { return inputMaterialNo; } set { inputMaterialNo = value; } } /// /// 投料物料来源(供应方代码)产出 /// [Description("投料物料来源(供应方代码)产出")] [Nullable(true)] [DataLength(20)] public string InputOriginCode { get { return inputOriginCode; } set { inputOriginCode = 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(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(100)] public string Gradename { get { return gradename; } set { gradename = 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(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 StdCode { get { return stdCode; } set { stdCode = value; } } /// /// 标准名称 /// [Description("标准名称")] [Nullable(true)] [DataLength(256)] public string StdName { get { return stdName; } set { stdName = value; } } /// /// 标准类别代码 /// [Description("标准类别代码")] [Nullable(true)] [DataLength(20)] public string StdStyle { get { return stdStyle; } set { stdStyle = value; } } /// /// 标准类别描述(PSL1....) /// [Description("标准类别")] [Nullable(true)] [DataLength(50)] public string StdStyleDesc { get { return stdStyleDesc; } set { stdStyleDesc = value; } } /// /// 生产合同号(1) /// [Description("生产合同号")] [Nullable(true)] [DataLength(25)] public string ProOrderNo { get { return proOrderNo; } set { proOrderNo = value; } } /// /// 生产合同号(2) /// [Description("生产合同号(2)")] [Nullable(true)] [DataLength(25)] public string ProOrderNo1 { get { return proOrderNo1; } set { proOrderNo1 = value; } } /// /// 生产订单号 /// [Description("排产订单号")] [Nullable(true)] [DataLength(20)] public string ProOrderId { get { return proOrderId; } set { proOrderId = 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 OrderSeqNo { get { return orderSeqNo; } set { orderSeqNo = value; } } /// /// 执行工艺号 /// [Description("执行工艺号")] [Nullable(true)] [DataLength(100)] public string CrafNo { get { return crafNo; } set { crafNo = value; } } /// /// 工序代码 /// [Description("工序代码")] [Nullable(true)] [DataLength(8)] public string ProcessCdoe { get { return processCdoe; } set { processCdoe = value; } } /// /// 工序名称 /// [Description("工序名称")] [Nullable(true)] [DataLength(20)] public string ProcessDesc { get { return processDesc; } set { processDesc = value; } } /// /// 下工序代码 /// [Description("下工序代码")] [Nullable(true)] [DataLength(8)] public string NextProcessCdoe { get { return nextProcessCdoe; } set { nextProcessCdoe = value; } } /// /// 下工序名称 /// [Description("下工序名称")] [Nullable(true)] [DataLength(20)] public string NextProcessDesc { get { return nextProcessDesc; } set { nextProcessDesc = value; } } /// /// 生产产线代码 /// [Description("生产产线代码")] [Nullable(false)] [DataLength(20)] public string PlineCode { get { return plineCode; } set { plineCode = value; } } /// /// 生产产线名称 /// [Description("产线")] [Nullable(true)] [DataLength(100)] public string PlineName { get { return plineName; } set { plineName = value; } } /// /// 下工序产线代码 /// [Description("下工序产线代码")] [Nullable(false)] [DataLength(20)] public string PlineCodeNext { get { return plineCodeNext; } set { plineCodeNext = value; } } /// /// 下工序产线名称 /// [Description("下工序产线")] [Nullable(true)] [DataLength(100)] public string PlineNameNext { get { return plineNameNext; } set { plineNameNext = value; } } /// /// 材料来源代码(1外购、2机组产出等) /// [Description("材料来源代码(1外购、2机组产出等)")] [Nullable(true)] [DataLength(8)] public string MatOriginCode { get { return matOriginCode; } set { matOriginCode = value; } } /// /// 材料来源(1外购、2机组产出等) /// [Description("材料来源(1外购、2机组产出等)")] [Nullable(true)] [DataLength(20)] public string MatOriginName { get { return matOriginName; } set { matOriginName = value; } } /// /// 外径(实际) /// [Description("外径")] [Nullable(true)] [DataLength(5)] public decimal? ActDimater { get { return actDimater; } set { actDimater = value; } } /// /// 壁厚(实际) /// [Description("壁厚")] [Nullable(true)] [DataLength(5)] public decimal? ActHeight { get { return actHeight; } set { actHeight = value; } } /// /// 长度(实际) /// [Description("长度")] [Nullable(true)] [DataLength(9)] public decimal? ActLen { get { return actLen; } set { actLen = value; } } /// /// 长度下限(实际) /// [Description("长度下限")] [Nullable(true)] [DataLength(10)] public string ActLenMin { get { return actLenMin; } set { actLenMin = value; } } /// /// 长度上限(实际) /// [Description("长度上限")] [Nullable(true)] [DataLength(10)] public string ActLenMax { get { return actLenMax; } set { actLenMax = value; } } /// /// 材料支数(实际) /// [Description("支数")] [Nullable(true)] [DataLength(5)] public decimal? ActCount { get { return actCount; } set { actCount = value; } } /// /// 材料支数(实际) /// [Description("上料支数")] [Nullable(true)] [DataLength(5)] public decimal? LoadActCount { get { return loadActCount; } set { loadActCount = value; } } /// /// 材料实重(实际) /// [Description("重量")] [Nullable(true)] [DataLength(11)] public decimal? ActWeight { get { return actWeight; } set { actWeight = value; } } /// /// 材料理论重量(实际) /// [Description("材料理论重量(实际)")] [Nullable(true)] [DataLength(11)] public decimal? ActTheoryWeight { get { return actTheoryWeight; } set { actTheoryWeight = value; } } /// /// 称重标志(0未委托、1委托) /// [Description("称重标志(0未委托、1委托)")] [Nullable(true)] [DataLength(1)] public string MeasureFlag { get { return measureFlag; } set { measureFlag = value; } } /// /// 所属权单位代码 /// [Description("所属权单位代码")] [Nullable(true)] [DataLength(40)] public string BelongCode { get { return belongCode; } set { belongCode = value; } } /// /// 所属权单位 /// [Description("所属权单位")] [Nullable(true)] [DataLength(50)] public string BelongName { get { return belongName; } set { belongName = value; } } /// /// 打捆标志(1已打捆、0未打捆) /// [Description("打捆标志(1已打捆、0未打捆)")] [Nullable(true)] [DataLength(1)] public string PackFlag { get { return packFlag; } set { packFlag = value; } } /// /// 包装类型代码 /// [Description("包装类型代码")] [Nullable(true)] [DataLength(8)] public string PackTypeCode { get { return packTypeCode; } set { packTypeCode = value; } } /// /// 包装类型 /// [Description("包装类型")] [Nullable(true)] [DataLength(20)] public string PackTypeName { get { return packTypeName; } set { packTypeName = value; } } /// /// 捆包编号(若打捆) /// [Description("捆包编号(若打捆)")] [Nullable(true)] [DataLength(20)] public string PackNo { get { return packNo; } set { packNo = value; } } /// /// 包装时间 /// [Description("包装时间")] [Nullable(true)] public string PackTime { get { return packTime; } set { packTime = value; } } /// /// 包装材料重量 /// [Description("包装材料重量")] [Nullable(true)] [DataLength(3)] public decimal? PackMatWt { get { return packMatWt; } set { packMatWt = value; } } /// /// 材料毛重 /// [Description("材料毛重")] [Nullable(true)] [DataLength(3)] public decimal? MatGrossWt { get { return matGrossWt; } set { matGrossWt = value; } } /// /// 材料去向代码 /// [Description("材料去向代码")] [Nullable(true)] [DataLength(20)] public string MatGowhereCode { get { return matGowhereCode; } set { matGowhereCode = value; } } /// /// 材料去向 /// [Description("材料去向")] [Nullable(true)] [DataLength(40)] public string MatGowhereName { get { return matGowhereName; } set { matGowhereName = value; } } /// /// 冷热标志 /// [Description("冷热标志")] [Nullable(true)] [DataLength(1)] public string CoolHotFlag { get { return coolHotFlag; } set { coolHotFlag = value; } } /// /// 交货材料标志(空或‘0’:无;1:有交货材料) /// [Description("交货材料标志(空或‘0’:无;1:有交货材料)")] [Nullable(true)] [DataLength(1)] public string MatReturnFlag { get { return matReturnFlag; } set { matReturnFlag = value; } } /// /// 热处理号 /// [Description("热处理号")] [Nullable(true)] [DataLength(1)] public string HeatTreatNo { get { return heatTreatNo; } set { heatTreatNo = value; } } /// /// 质量封锁标志(0未封锁、2质量封锁、1管理封锁) /// [Description("质量封锁标志(0未封锁、2质量封锁、1管理封锁)")] [Nullable(true)] [DataLength(1)] public string LockFlag { get { return lockFlag; } set { lockFlag = value; } } /// /// 管理封锁原因代码 /// [Description("管理封锁原因代码")] [Nullable(true)] [DataLength(8)] public string MngLockRsnCode { get { return mngLockRsnCode; } set { mngLockRsnCode = value; } } /// /// 管理封锁时间 /// [Description("管理封锁时间")] [Nullable(true)] public string MngLockTime { get { return mngLockTime; } set { mngLockTime = value; } } /// /// 管理封锁责任者 /// [Description("管理封锁责任者")] [Nullable(true)] [DataLength(20)] public string MngLockMaker { get { return mngLockMaker; } set { mngLockMaker = value; } } /// /// 管理封锁备注 /// [Description("管理封锁备注")] [Nullable(true)] [DataLength(100)] public string MngLockRemark { get { return mngLockRemark; } set { mngLockRemark = value; } } /// /// 质量封锁原因代码 /// [Description("质量封锁原因代码")] [Nullable(true)] [DataLength(13)] public string LockRsnCode { get { return lockRsnCode; } set { lockRsnCode = value; } } /// /// 质量封锁时间 /// [Description("质量封锁时间")] [Nullable(true)] public string LockTime { get { return lockTime; } set { lockTime = value; } } /// /// 质量封锁责任者 /// [Description("质量封锁责任者")] [Nullable(true)] [DataLength(20)] public string LockMaker { get { return lockMaker; } set { lockMaker = value; } } /// /// 质量封锁备注 /// [Description("质量封锁备注")] [Nullable(true)] [DataLength(100)] public string LockRemark { get { return lockRemark; } set { lockRemark = value; } } /// /// 释放时间 /// [Description("释放时间")] [Nullable(true)] public string UnlockTime { get { return unlockTime; } set { unlockTime = value; } } /// /// 释放责任者 /// [Description("释放责任者")] [Nullable(true)] [DataLength(20)] public string UnlockMaker { get { return unlockMaker; } set { unlockMaker = value; } } /// /// 释放备注 /// [Description("释放备注")] [Nullable(true)] [DataLength(100)] public string UnlockRemark { get { return unlockRemark; } set { unlockRemark = value; } } /// /// 原合同号 /// [Description("原合同号")] [Nullable(true)] [DataLength(20)] public string OldOrderNo { get { return oldOrderNo; } set { oldOrderNo = value; } } /// /// 原合同行号 /// [Description("原合同行号")] [Nullable(true)] [DataLength(3)] public string OldOrderSeq { get { return oldOrderSeq; } set { oldOrderSeq = value; } } /// /// 原合同子行号 /// [Description("原合同子行号")] [Nullable(true)] [DataLength(3)] public string OldOrderSeqNo { get { return oldOrderSeqNo; } set { oldOrderSeqNo = value; } } /// /// 原物料码 /// [Description("原物料码")] [Nullable(true)] [DataLength(40)] public string OldMaterialNo { get { return oldMaterialNo; } set { oldMaterialNo = value; } } /// /// 原物料描叙 /// [Description("原物料描叙")] [Nullable(true)] [DataLength(100)] public string OldMaterialName { get { return oldMaterialName; } set { oldMaterialName = value; } } /// /// 余材原因代码 /// [Description("余材原因代码")] [Nullable(true)] [DataLength(8)] public string RemainRsnCode { get { return remainRsnCode; } set { remainRsnCode = value; } } /// /// 余材判定时间 /// [Description("余材判定时间")] [Nullable(true)] public string RemainJugdeTime { get { return remainJugdeTime; } set { remainJugdeTime = value; } } /// /// 余材判定责任者 /// [Description("余材判定责任者")] [Nullable(true)] [DataLength(20)] public string RemainJugdeMaker { get { return remainJugdeMaker; } set { remainJugdeMaker = value; } } /// /// 余材判定代码 /// [Description("余材判定代码")] [Nullable(true)] [DataLength(8)] public string RemainJugdeCode { get { return remainJugdeCode; } set { remainJugdeCode = value; } } /// /// 余材备注 /// [Description("余材备注")] [Nullable(true)] [DataLength(100)] public string RemainRemark { get { return remainRemark; } set { remainRemark = value; } } /// /// 判定申请标记(1、已判定;0等待) /// [Description("判定申请标记(1、已判定;0等待)")] [Nullable(true)] [DataLength(1)] public string JugdeApplyFlag { get { return jugdeApplyFlag; } set { jugdeApplyFlag = value; } } /// /// 判定申请单号 /// [Description("判定申请单号")] [Nullable(true)] [DataLength(40)] public string JugdeApplyCode { get { return jugdeApplyCode; } set { jugdeApplyCode = value; } } /// /// 判定申请时间 /// [Description("判定申请时间")] [Nullable(true)] public string JugdeApplyTime { get { return jugdeApplyTime; } set { jugdeApplyTime = value; } } /// /// 判定扫描时间 /// [Description("判定扫描时间")] [Nullable(true)] public string JugdeScanTime { get { return jugdeScanTime; } set { jugdeScanTime = value; } } /// /// 表面判定结果代码 /// [Description("表面判定结果代码")] [Nullable(true)] [DataLength(10)] public string FaceResultCode { get { return faceResultCode; } set { faceResultCode = value; } } /// /// 表面判定时间 /// [Description("表面判定时间")] [Nullable(true)] public string FaceResultTime { get { return faceResultTime; } set { faceResultTime = value; } } /// /// 表判责任人 /// [Description("表判责任人")] [Nullable(true)] [DataLength(20)] public string FaceMaker { get { return faceMaker; } set { faceMaker = value; } } /// /// 公差判定结果代码 /// [Description("公差判定结果代码")] [Nullable(true)] [DataLength(10)] public string SpecResultCode { get { return specResultCode; } set { specResultCode = value; } } /// /// 公差判定时间 /// [Description("公差判定时间")] [Nullable(true)] public string SpecResultTime { get { return specResultTime; } set { specResultTime = value; } } /// /// 公差判定责任人 /// [Description("公差判定责任人")] [Nullable(true)] [DataLength(20)] public string SpecMaker { get { return specMaker; } set { specMaker = value; } } /// /// 成分判定结果代码 /// [Description("成分判定结果代码")] [Nullable(true)] [DataLength(10)] public string ChemResultCode { get { return chemResultCode; } set { chemResultCode = value; } } /// /// 成分判定时间 /// [Description("成分判定时间")] [Nullable(true)] public string ChemResultTime { get { return chemResultTime; } set { chemResultTime = value; } } /// /// 成分判定责任人 /// [Description("成分判定责任人")] [Nullable(true)] [DataLength(20)] public string ChemMaker { get { return chemMaker; } set { chemMaker = value; } } /// /// 性能判定结果代码 /// [Description("性能判定结果代码")] [Nullable(true)] [DataLength(10)] public string PhyResultCode { get { return phyResultCode; } set { phyResultCode = value; } } /// /// 性能判定时间 /// [Description("性能判定时间")] [Nullable(true)] public string PhyResultTime { get { return phyResultTime; } set { phyResultTime = value; } } /// /// 性能判定责任人 /// [Description("性能判定责任人")] [Nullable(true)] [DataLength(20)] public string PhyMaker { get { return phyMaker; } set { phyMaker = value; } } /// /// [加工工序]水压结果代码 /// [Description("[加工工序]水压结果代码")] [Nullable(true)] [DataLength(10)] public string WpressureResultCode { get { return wpressureResultCode; } set { wpressureResultCode = value; } } /// /// 综合判定结果代码 /// [Description("工序判定结果")] [Nullable(true)] [DataLength(10)] public string JudgeResultCode { get { return judgeResultCode; } set { judgeResultCode = value; } } /// /// 综合判定结果 /// [Description("工序判定结果")] [Nullable(true)] [DataLength(20)] public string JudgeResult { get { return judgeResult; } set { judgeResult = value; } } /// /// 综合判定时间 /// [Description("工序判定时间")] [Nullable(true)] public string JudgeResultTime { get { return judgeResultTime; } set { judgeResultTime = value; } } /// /// 综合判定人 /// [Description("工序判定人")] [Nullable(true)] [DataLength(20)] public string JudgeMaker { get { return judgeMaker; } set { judgeMaker = value; } } /// /// 熔炼成分编号 /// [Description("熔炼成分编号")] [Nullable(true)] [DataLength(20)] public string ChemStcheckNo { get { return chemStcheckNo; } set { chemStcheckNo = value; } } /// /// 成品成分编号 /// [Description("成品成分编号")] [Nullable(true)] [DataLength(20)] public string ChemProcheckNo { get { return chemProcheckNo; } set { chemProcheckNo = value; } } /// /// 硫化氢编号 /// [Description("硫化氢编号")] [Nullable(true)] [DataLength(20)] public string ShCheckNo { get { return shCheckNo; } set { shCheckNo = value; } } /// /// 来料加工标记 /// [Description("来料加工标记")] [Nullable(true)] [DataLength(1)] public string ComeProcFlag { get { return comeProcFlag; } set { comeProcFlag = value; } } /// /// 允发标志(1是、0否) /// [Description("允发标志(1是、0否)")] [Nullable(true)] [DataLength(1)] public string ConfmFlag { get { return confmFlag; } set { confmFlag = value; } } /// /// 入库标志(1是、0否) /// [Description("入库标志(1是、0否)")] [Nullable(true)] [DataLength(1)] public string InstockFlag { get { return instockFlag; } set { instockFlag = value; } } /// /// 入库时间 /// [Description("入库时间")] [Nullable(true)] public string InstockTime { get { return instockTime; } set { instockTime = value; } } /// /// 出库时间 /// [Description("出库时间")] [Nullable(true)] public string OutstockTime { get { return outstockTime; } set { outstockTime = value; } } /// /// 生产班次 /// [Description("生产班次")] [Nullable(true)] [DataLength(1)] public string ProBc { get { return proBc; } set { proBc = value; } } /// /// 生产班组 /// [Description("生产班组")] [Nullable(true)] [DataLength(1)] public string ProBz { get { return proBz; } set { proBz = value; } } /// /// 条码号 /// [Description("条码号")] [Nullable(true)] [DataLength(20)] public string BarCode { get { return barCode; } set { barCode = value; } } /// /// 期初标志 /// [Description("期初标志")] [Nullable(true)] [DataLength(1)] public string BeginningFlag { get { return beginningFlag; } set { beginningFlag = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(500)] public string Memo { get { return memo; } set { memo = value; } } /// /// 标识备注 /// [Description("标识备注")] [Nullable(true)] [DataLength(500)] public string UpdateMemo { get { return updateMemo; } set { updateMemo = 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(40)] public string OrdPk { get { return ordPk; } set { ordPk = value; } } /// /// 合同行主键 /// [Description("合同行主键")] [Nullable(true)] [DataLength(40)] public string OrdLnPk { get { return ordLnPk; } set { ordLnPk = value; } } /// /// 交货行主键 /// [Description("交货行主键")] [Nullable(true)] [DataLength(50)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } /// /// 原合同主键 /// [Description("原合同主键")] [Nullable(true)] [DataLength(40)] public string OldOrdPk { get { return oldOrdPk; } set { oldOrdPk = value; } } /// /// 原合同行主键 /// [Description("原合同行主键")] [Nullable(true)] [DataLength(40)] public string OldOrdLnPk { get { return oldOrdLnPk; } set { oldOrdLnPk = value; } } /// /// 原交货行主键 /// [Description("原交货行主键")] [Nullable(true)] [DataLength(50)] public string OldOrdLnDlyPk { get { return oldOrdLnDlyPk; } set { oldOrdLnDlyPk = value; } } /// /// 结算日期(年月) /// [Description("结算日期")] [Nullable(true)] [DataLength(6)] public string BalYearMonth { get { return balYearMonth; } set { balYearMonth = value; } } /// /// 判定标准 /// [Description("判定标准")] [Nullable(true)] [DataLength(200)] public string JudgeStdDes { get { return judgeStdDes; } set { judgeStdDes = value; } } /// /// 判定标准代码 /// [Description("判定标准代码")] [Nullable(true)] [DataLength(20)] public string JudgeStdCode { get { return judgeStdCode; } set { judgeStdCode = value; } } /// /// 产品等级 /// [Description("产品等级")] [Nullable(true)] [DataLength(20)] public string JudgeGrade { get { return judgeGrade; } set { judgeGrade = value; } } /// /// 备注(入库) /// [Description("备注(入库)")] [Nullable(true)] [DataLength(200)] public string Pipmemo { get { return pipmemo; } set { pipmemo = value; } } /// /// 材料来源地代码(产线、外委、外购对应的具体项目) /// [Description("材料来源地代码(产线、外委、外购对应的具体项目)")] [Nullable(true)] [DataLength(20)] public string SoureCode { get { return soureCode; } set { soureCode = value; } } /// /// 材料来源地名称 /// [Description("材料来源地名称")] [Nullable(true)] [DataLength(40)] public string SoureName { get { return soureName; } set { soureName = value; } } /// /// 过磅单号 /// [Description("过磅单号")] [Nullable(true)] [DataLength(40)] public string PonderNo { get { return ponderNo; } set { ponderNo = value; } } /// /// 过磅重量 /// [Description("过磅重量")] [Nullable(true)] [DataLength(9)] public decimal? PonderGrossWt { get { return ponderGrossWt; } set { ponderGrossWt = value; } } /// /// 备注1 /// [Description("备注1")] [Nullable(true)] [DataLength(400)] public string Memo1 { get { return memo1; } set { memo1 = value; } } /// /// 改判记录ID(物料改判专用) /// [Description("改判记录ID(物料改判专用)")] [Nullable(true)] [DataLength(13)] public string JudgeId { get { return judgeId; } set { judgeId = value; } } /// /// 管理封锁标志(0未封锁、1管理封锁) /// [Description("管理封锁标志(0未封锁、1管理封锁)")] [Nullable(true)] [DataLength(1)] public string MngLockFlag { get { return mngLockFlag; } set { mngLockFlag = value; } } /// /// 封锁记录ID(来源QCM_ZG_LOCK_LOG,成品锁定专用) /// [Description("封锁记录ID(来源QCM_ZG_LOCK_LOG,成品锁定专用)")] [Nullable(true)] [DataLength(13)] public string LockId { get { return lockId; } set { lockId = value; } } /// /// 作业单号(操作类型编码{如:脱单、利库}+销售组织编码+年月日+5位流水号 /// [Description("作业单号(操作类型编码{如:脱单、利库}+销售组织编码+年月日+5位流水号")] [Nullable(true)] [DataLength(25)] public string ProNo { get { return proNo; } set { proNo = value; } } /// /// 状态('0',未封锁 '1',封锁)利库专用 /// [Description("是否利库")] [Nullable(true)] [DataLength(1)] public string LockLiku { get { return lockLiku; } set { lockLiku = value; } } /// /// 计划钢种代码 /// [Description("计划钢种代码")] [Nullable(true)] [DataLength(10)] public string PlnGradecode { get { return plnGradecode; } set { plnGradecode = value; } } /// /// 计划钢种名称 /// [Description("计划钢种名称")] [Nullable(true)] [DataLength(100)] public string PlnGradename { get { return plnGradename; } set { plnGradename = value; } } /// /// 计划钢级代码 /// [Description("计划钢级代码")] [Nullable(true)] [DataLength(20)] public string PlnSteelcode { get { return plnSteelcode; } set { plnSteelcode = value; } } /// /// 计划钢级名称 /// [Description("计划钢级名称")] [Nullable(true)] [DataLength(100)] public string PlnSteelname { get { return plnSteelname; } set { plnSteelname = value; } } /// /// 交库状态(00,合格,11,待处理,22,判废,10,处理合格,12,处理判废) /// [Description("交库状态")] [Nullable(true)] [DataLength(2)] public string QcmStaus { get { return qcmStaus; } set { qcmStaus = value; } } /// /// 出库单编号 /// [Description("出库单编号")] [Nullable(true)] [DataLength(20)] public string OutstockDoc { get { return outstockDoc; } set { outstockDoc = value; } } /// /// 炉次计划号 /// [Description("炉次计划号")] [Nullable(true)] [DataLength(20)] public string HeatPlanNo { get { return heatPlanNo; } set { heatPlanNo = value; } } /// /// [轧管工序]轧管炉号(带序号) /// [Description("[轧管工序]轧管炉号(带序号)")] [Nullable(true)] [DataLength(20)] public string ZgStoveSqe { get { return zgStoveSqe; } set { zgStoveSqe = value; } } /// /// 工序订单排产序号 /// [Description("排产序号")] [Nullable(true)] [DataLength(10)] public string GxPlanNo { get { return gxPlanNo; } set { gxPlanNo = value; } } /// /// [轧管工序]材料号(轧管管号) /// [Description("[轧管工序]材料号(轧管管号)")] [Nullable(true)] [DataLength(20)] public string ZgMatNo { get { return zgMatNo; } set { zgMatNo = value; } } /// /// [轧管工序]产品标识(ABC) /// [Description("产品标识")] [Nullable(true)] [DataLength(20)] public string Target { get { return target; } set { target = value; } } /// /// [轧管工序]工艺状态 /// [Description("[轧管工序]工艺状态")] [Nullable(true)] [DataLength(20)] public string ProcessStatus { get { return processStatus; } set { processStatus = value; } } /// /// 判定单号 /// [Description("判定单号")] [Nullable(true)] [DataLength(40)] public string JugdeConvicted { get { return jugdeConvicted; } set { jugdeConvicted = value; } } /// /// [轧管工序]定尺类型代码(0定尺,1短尺,2长尺) /// [Description("[轧管工序]定尺类型代码(0定尺,1短尺,2长尺)")] [Nullable(true)] [DataLength(10)] public string FixtypeCode { get { return fixtypeCode; } set { fixtypeCode = value; } } /// /// [轧管工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开) /// [Description("[轧管工序]质量分组号(同申判单号、炉、批、组的前期下,当表面、公差、成分、理化、控伤、水压、加工七大项的组合值不一样时,组号必须分开)")] [Nullable(true)] [DataLength(22)] public decimal? QualityGroupZg { get { return qualityGroupZg; } set { qualityGroupZg = value; } } /// /// [轧管工序]标示炉号 /// [Description("标示炉号")] [Nullable(true)] [DataLength(20)] public string FlagStoveNoZg { get { return flagStoveNoZg; } set { flagStoveNoZg = value; } } /// /// [轧管工序]探伤结果代码2[2探伤] /// [Description("[轧管工序]探伤结果代码2[2探伤]")] [Nullable(true)] [DataLength(10)] public string DetectResultCode1 { get { return detectResultCode1; } set { detectResultCode1 = value; } } /// /// [轧管工序]探伤等级1 /// [Description("[轧管工序]探伤等级1")] [Nullable(true)] [DataLength(20)] public string TestingGrade { get { return testingGrade; } set { testingGrade = value; } } /// /// [轧管工序]探伤种类1 /// [Description("[轧管工序]探伤种类1")] [Nullable(true)] [DataLength(20)] public string TestingType { get { return testingType; } set { testingType = value; } } /// /// [轧管工序]探伤等级2 /// [Description("[轧管工序]探伤等级2")] [Nullable(true)] [DataLength(20)] public string TestingGrade1 { get { return testingGrade1; } set { testingGrade1 = value; } } /// /// [轧管工序]探伤种类2 /// [Description("[轧管工序]探伤种类2")] [Nullable(true)] [DataLength(20)] public string TestingType1 { get { return testingType1; } set { testingType1 = value; } } /// /// [轧管工序]生产产线代码 /// [Description("[轧管工序]生产产线代码")] [Nullable(true)] [DataLength(20)] public string ZgPlineCode { get { return zgPlineCode; } set { zgPlineCode = value; } } /// /// [轧管工序]生产产线名称 /// [Description("[轧管工序]生产产线名称")] [Nullable(true)] [DataLength(100)] public string ZgPlineName { get { return zgPlineName; } set { zgPlineName = value; } } /// /// [轧管工序]备注 /// [Description("[轧管工序]备注")] [Nullable(true)] [DataLength(256)] public string ZgMemo { get { return zgMemo; } set { zgMemo = value; } } /// /// 是否生成实际炉计划,1.是,0否 /// [Description("是否生成实际炉计划,1.是,0否")] [Nullable(true)] [DataLength(1)] public string HangingFlag { get { return hangingFlag; } set { hangingFlag = value; } } /// /// 判定炉号(原料) /// [Description("判定炉号(原料)")] [Nullable(true)] [DataLength(8)] public string JudgeStoveNoUp { get { return judgeStoveNoUp; } set { judgeStoveNoUp = value; } } /// /// 工艺序号 /// [Description("工艺序号")] [Nullable(true)] [DataLength(5)] public decimal? CraftSeq { get { return craftSeq; } set { craftSeq = value; } } /// /// 订单编号(下一工序订单) /// [Description("下工序订单编号")] [Nullable(true)] [DataLength(20)] public string ProPlanIdNext { get { return proPlanIdNext; } set { proPlanIdNext = value; } } /// /// 工序排产序号(下一工序) /// [Description("下工序排产序号")] [Nullable(true)] [DataLength(10)] public string GxPlanNoNext { get { return gxPlanNoNext; } set { gxPlanNoNext = value; } } /// /// 是否双经销 /// private string isDealer = ""; [Description("是否双经销")] [Nullable(true)] [DataLength(10)] public string IsDealer { get { return isDealer; } set { isDealer = value; } } /// /// 红冲标识 /// private string redchongFlag = ""; [Description("红冲标识")] [Nullable(true)] [DataLength(20)] public string RedchongFlag { get { return redchongFlag; } set { redchongFlag = value; } } } }