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.ZGMil.Entity { /// /// 数据库表YDM_ZC_INITIAL_ZG所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-20160918TFRG 时间:2020-04-13 /// public class YdmZcInitialZgEntity { /// /// ID_ /// private string initialId = ""; /// /// 炉号 /// private string judgeStoveNo = ""; /// /// 批号 /// private string batchNo = ""; /// /// 组号(长度分组) /// private string batchGroudNo = ""; /// /// 材料类别(COM_BASE_INFO:8014) /// private string productFlag = ""; /// /// 材料状态(COM_BASE_INFO:8015) /// private string matStatus = ""; /// /// 物料码 /// private string materialNo = ""; /// /// 物料描叙 /// private string materialName = ""; /// /// 品名代码 /// private string produccode = ""; /// /// 品名描述 /// private string producname = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 产品规格代码 /// 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 = ""; /// /// 外径 /// private decimal? dimater = null; /// /// 壁厚 /// private decimal? height = null; /// /// 长度(实际) /// private decimal? len = null; /// /// 长度下限 /// private decimal? lenMin = null; /// /// 长度上限 /// private decimal? lenMax = null; /// /// 材料支数(实际) /// private decimal? actCount = null; /// /// 材料实重(实际) /// private decimal? actWeight = null; /// /// 材料理论重量(实际) /// private decimal? actTheoryWeight = null; /// /// 仓库代码 /// private string storageNo = ""; /// /// 仓库代码描述 /// private string storageName = ""; /// /// 料位代码 /// private string locationNo = ""; /// /// 生产合同号 /// private string proOrderNo = ""; /// /// 生产订单号 /// private string proOrderId = ""; /// /// 合同主键 /// private string ordPk = ""; /// /// 合同行主键 /// private string ordLnPk = ""; /// /// 交货行主键 /// private string ordLnDlyPk = ""; /// /// 合同号 /// private string orderNo = ""; /// /// 合同行号 /// private string orderSeq = ""; /// /// 交货行号 /// private string orderSeqNo = ""; /// /// 作业部门代码 /// private string departmentCode = ""; /// /// 作业部门描述 /// private string departmentDesc = ""; /// /// 作业科室代码 /// private string managementNo = ""; /// /// 作业科室名称 /// private string managementName = ""; /// /// 备注 /// private string memo = ""; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 期初日期(YYYYMMDD) /// private string originalDate = ""; /// /// 结算日期(年月) /// private string balYearMonth = ""; /// /// 钢种代码 /// private string gradecode = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 产线代码 /// private string plineCode = ""; /// /// 产线名称 /// private string plineName = ""; /// /// 结转处理标志(0未处理、1已处理) /// private string handleLog = ""; /// /// 入库时间 /// private string instockTime = ""; /// /// 所属权单位代码 /// private string belongCode = ""; /// /// 所属权单位 /// private string belongName = ""; /// /// 管坯直径 /// private decimal? gpDimater = null; /// /// 管坯长度 /// private decimal? gpLen = null; /// /// 孔型代码(4007) /// private string passCode = ""; /// /// 孔型描述 /// private string passName = ""; /// /// 生产批号 /// private string lotNo = ""; /// /// 管坯类型 /// private string tubeType = ""; /// /// 管坯来源 /// private string tubeSuorce = ""; /// /// 断面 /// private decimal? pipeSection = null; /// /// ID_ /// [Description("ID_")] [Nullable(false)] [DataLength(40)] public string InitialId { get { return initialId; } set { initialId = value; } } /// /// 炉号 /// [Description("炉号")] [Nullable(false)] [DataLength(6)] 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; } } /// /// 材料类别(COM_BASE_INFO:8014) /// [Description("材料类别")] [Nullable(true)] [DataLength(10)] public string ProductFlag { get { return productFlag; } set { productFlag = value; } } /// /// 材料状态(COM_BASE_INFO:8015) /// [Description("材料状态")] [Nullable(true)] [DataLength(10)] public string MatStatus { get { return matStatus; } set { matStatus = value; } } /// /// 物料码 /// [Description("物料码")] [Nullable(true)] [DataLength(40)] public string MaterialNo { get { return materialNo; } set { materialNo = value; } } /// /// 物料描叙 /// [Description("物料描叙")] [Nullable(true)] [DataLength(150)] public string MaterialName { get { return materialName; } set { materialName = 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(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; } } /// /// 外径 /// [Description("外径")] [Nullable(true)] [DataLength(5)] public decimal? Dimater { get { return dimater; } set { dimater = value; } } /// /// 壁厚 /// [Description("壁厚")] [Nullable(true)] [DataLength(4)] public decimal? Height { get { return height; } set { height = value; } } /// /// 长度(实际) /// [Description("长度(实际)")] [Nullable(true)] [DataLength(12)] public decimal? Len { get { return len; } set { len = 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(5)] public decimal? ActCount { get { return actCount; } set { actCount = value; } } /// /// 材料实重(实际) /// [Description("材料实重(实际)")] [Nullable(true)] [DataLength(12)] public decimal? ActWeight { get { return actWeight; } set { actWeight = value; } } /// /// 材料理论重量(实际) /// [Description("材料理论重量(实际)")] [Nullable(true)] [DataLength(12)] public decimal? ActTheoryWeight { get { return actTheoryWeight; } set { actTheoryWeight = value; } } /// /// 仓库代码 /// [Description("仓库代码")] [Nullable(true)] [DataLength(5)] public string StorageNo { get { return storageNo; } set { storageNo = value; } } /// /// 仓库代码描述 /// [Description("仓库代码描述")] [Nullable(true)] [DataLength(40)] public string StorageName { get { return storageName; } set { storageName = value; } } /// /// 料位代码 /// [Description("料位代码")] [Nullable(true)] [DataLength(9)] public string LocationNo { get { return locationNo; } set { locationNo = value; } } /// /// 生产合同号 /// [Description("生产合同号")] [Nullable(true)] [DataLength(20)] public string ProOrderNo { get { return proOrderNo; } set { proOrderNo = value; } } /// /// 生产订单号 /// [Description("生产订单号")] [Nullable(true)] [DataLength(20)] public string ProOrderId { get { return proOrderId; } set { proOrderId = 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(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 OrderSeqNo { get { return orderSeqNo; } set { orderSeqNo = value; } } /// /// 作业部门代码 /// [Description("作业部门代码")] [Nullable(true)] [DataLength(20)] public string DepartmentCode { get { return departmentCode; } set { departmentCode = value; } } /// /// 作业部门描述 /// [Description("作业部门描述")] [Nullable(true)] [DataLength(100)] public string DepartmentDesc { get { return departmentDesc; } set { departmentDesc = value; } } /// /// 作业科室代码 /// [Description("作业科室代码")] [Nullable(true)] [DataLength(20)] public string ManagementNo { get { return managementNo; } set { managementNo = value; } } /// /// 作业科室名称 /// [Description("作业科室名称")] [Nullable(true)] [DataLength(40)] public string ManagementName { get { return managementName; } set { managementName = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(400)] public string Memo { get { return memo; } set { memo = 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; } } /// /// 期初日期(YYYYMMDD) /// [Description("期初日期")] [Nullable(true)] [DataLength(8)] public string OriginalDate { get { return originalDate; } set { originalDate = value; } } /// /// 结算日期(年月) /// [Description("结算年月")] [Nullable(true)] [DataLength(6)] public string BalYearMonth { get { return balYearMonth; } set { balYearMonth = 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 PlineCode { get { return plineCode; } set { plineCode = value; } } /// /// 产线名称 /// [Description("产线名称")] [Nullable(true)] [DataLength(100)] public string PlineName { get { return plineName; } set { plineName = value; } } /// /// 结转处理标志(0未处理、1已处理) /// [Description("结转处理标志(0未处理、1已处理)")] [Nullable(true)] [DataLength(1)] public string HandleLog { get { return handleLog; } set { handleLog = value; } } /// /// 入库时间 /// [Description("入库时间")] [Nullable(true)] public string InstockTime { get { return instockTime; } set { instockTime = 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; } } /// /// 管坯直径 /// [Description("管坯直径")] [Nullable(true)] [DataLength(5)] public decimal? GpDimater { get { return gpDimater; } set { gpDimater = value; } } /// /// 管坯长度 /// [Description("管坯长度")] [Nullable(true)] [DataLength(12)] public decimal? GpLen { get { return gpLen; } set { gpLen = value; } } /// /// 孔型代码(4007) /// [Description("孔型代码(4007)")] [Nullable(true)] [DataLength(20)] public string PassCode { get { return passCode; } set { passCode = value; } } /// /// 孔型描述 /// [Description("孔型描述")] [Nullable(true)] [DataLength(100)] public string PassName { get { return passName; } set { passName = value; } } /// /// 生产批号 /// [Description("生产批号")] [Nullable(true)] [DataLength(20)] public string LotNo { get { return lotNo; } set { lotNo = value; } } /// /// 管坯类型 /// [Description("管坯类型")] [Nullable(true)] [DataLength(20)] public string TubeType { get { return tubeType; } set { tubeType = value; } } /// /// 管坯来源 /// [Description("管坯来源")] [Nullable(true)] [DataLength(20)] public string TubeSuorce { get { return tubeSuorce; } set { tubeSuorce = value; } } /// /// 断面 /// [Description("断面")] [Nullable(true)] [DataLength(8)] public decimal? PipeSection { get { return pipeSection; } set { pipeSection = value; } } } }