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.PlnSaleOrd.JGGXPln.Entity { /// /// 数据库表COUPLING_MAT_M所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-20180117CCCC 时间:2018-06-13 /// public class CouplingMatMEntity { /// /// 材料号(作业工单号+实绩编号+3位流水) /// private string matNo = ""; /// /// 实绩编号 /// private string resultNo = ""; /// /// 工单号(炉次计划号+01流水) /// private string woId = ""; /// /// 产线代码 /// private string plineCode = ""; /// /// 产线描述 /// private string plineName = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 批号(炉批号) /// private string batchNo = ""; /// /// 接箍码 /// private string codeJg = ""; /// /// 钢种名称 /// private string gradename = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 扣型描述 /// private string modelDesc = ""; private string specJgDesc = ""; /// /// 接箍外径 /// private decimal? outdiameter = null; /// /// 临界壁厚 /// private decimal? wallthick = null; /// /// 中孔类别(I、II、III、IV...) /// private string styleJg = ""; /// /// 中孔内径 /// private decimal? diameter = null; /// /// 测量J值 /// private decimal? checkJVal = null; /// /// 接箍长度 /// private decimal? aimlength = null; /// /// 单重 /// private decimal? singleweight = null; /// /// 监制要求 /// private string monitordemand = ""; /// /// 是否接箍监制 /// private string ifMonitorJg = ""; /// /// 监制编号 /// private string prdcrNo = ""; /// /// 监制人 /// private string producer = ""; /// /// 个数(原始记录) /// private decimal? proNum = null; /// /// 总重量(原始记录) /// private decimal? proWt = null; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 首次入库时间 /// private string fInTime = ""; /// /// 备注 /// private string memo = ""; /// /// 材料号(作业工单号+实绩编号+3位流水) /// [Description("材料号")] [Nullable(false)] [DataLength(40)] public string MatNo { get { return matNo; } set { matNo = value; } } /// /// 材料序号(4位流水号 0001) /// private string matNoXh = ""; [Description("材料序号")] public string MatNoXh { get { return matNoXh; } set { matNoXh = value; } } /// /// 实绩编号 /// [Description("实绩编号")] [Nullable(true)] [DataLength(20)] public string ResultNo { get { return resultNo; } set { resultNo = value; } } /// /// 工单号(炉次计划号+01流水) /// [Description("工单号")] [Nullable(true)] [DataLength(20)] public string WoId { get { return woId; } set { woId = value; } } /// /// 产线代码 /// [Description("产线代码")] [Nullable(true)] [DataLength(20)] public string PlineCode { get { return plineCode; } set { plineCode = value; } } /// /// 产线描述 /// [Description("产线描述")] [Nullable(true)] [DataLength(40)] public string PlineName { get { return plineName; } set { plineName = value; } } /// /// 判定炉号 /// [Description("判定炉号")] [Nullable(true)] [DataLength(6)] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 批号(炉批号) /// [Description("批号")] [Nullable(true)] [DataLength(10)] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 接箍码 /// [Description("接箍码")] [Nullable(true)] [DataLength(7)] public string CodeJg { get { return codeJg; } set { codeJg = value; } } /// /// 钢种名称 /// [Description("钢种")] [Nullable(true)] [DataLength(100)] public string Gradename { get { return gradename; } set { gradename = value; } } /// /// 钢级(牌号)名称 /// [Description("钢级")] [Nullable(true)] [DataLength(100)] public string Steelname { get { return steelname; } set { steelname = value; } } /// /// 扣型描述 /// [Description("扣型")] [Nullable(true)] [DataLength(100)] public string ModelDesc { get { return modelDesc; } set { modelDesc = 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(100)] public string SpecJgDesc { get { return specJgDesc; } set { specJgDesc = value; } } /// /// 中孔类别(I、II、III、IV...) /// [Description("中孔类别")] [Nullable(true)] [DataLength(8)] public string StyleJg { get { return styleJg; } set { styleJg = value; } } /// /// 中孔内径 /// [Description("中孔内径")] [Nullable(true)] [DataLength(6)] public decimal? Diameter { get { return diameter; } set { diameter = value; } } /// /// 测量J值 /// [Description("测量J值")] [Nullable(true)] [DataLength(6)] public decimal? CheckJVal { get { return checkJVal; } set { checkJVal = value; } } /// /// 接箍长度 /// [Description("接箍长度")] [Nullable(true)] [DataLength(10)] public decimal? Aimlength { get { return aimlength; } set { aimlength = value; } } /// /// 单重 /// [Description("单重")] [Nullable(true)] [DataLength(10)] public decimal? Singleweight { get { return singleweight; } set { singleweight = value; } } /// /// 监制要求 /// [Description("监制要求")] [Nullable(true)] [DataLength(200)] public string Monitordemand { get { return monitordemand; } set { monitordemand = value; } } /// /// 是否接箍监制 /// [Description("是否监制")] [Nullable(true)] [DataLength(1)] public string IfMonitorJg { get { return ifMonitorJg; } set { ifMonitorJg = value; } } /// /// 监制编号 /// [Description("监制编号")] [Nullable(true)] [DataLength(40)] public string PrdcrNo { get { return prdcrNo; } set { prdcrNo = value; } } /// /// 监制人 /// [Description("监制人")] [Nullable(true)] [DataLength(40)] public string Producer { get { return producer; } set { producer = 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)] public string FInTime { get { return fInTime; } set { fInTime = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(1000)] public string Memo { get { return memo; } set { memo = value; } } /// /// 材料类别(8014在制品、成品、商品) /// private string productFlag = ""; /// /// 材料状态(801501在制品阶段、801502成品、801503商品...) /// private string matStatus = ""; /// /// 机床编号(车丝) /// private string machNo = ""; /// /// 机床名称 /// private string machNm = ""; /// /// 个数 /// private decimal? pieces = null; /// /// 重量 /// private decimal? weight = null; /// /// 压印喷标 /// private string demandCopper = ""; /// /// 探伤要求 /// private string demandDetection = ""; /// /// 喷砂要求 /// private string demandBlast = ""; /// /// 磷化镀铜要求 /// private string demandBonderizing = ""; /// /// 是否离线(0否,1是) /// private string offlineLog = ""; /// /// 状态('0',未封锁 '1',封锁)利库专用 /// private string lockLiku = ""; /// /// 判定状态(0.未判定,1.申请判定,2.已判定) /// private string deterStatus = ""; /// /// 判定单号 /// private string deterNo = ""; /// /// 判定结果(407407) /// private string deterResults = ""; /// /// 框号 /// private string kepNo = ""; /// /// 仓库代码 /// private string storageNo = ""; /// /// 接箍合同号 /// private string jgOrderno = ""; /// /// 材料类别(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(10)] public string MachNm { get { return machNm; } set { machNm = value; } } /// /// 个数 /// [Description("个数")] [Nullable(true)] [DataLength(6)] public decimal? Pieces { get { return pieces; } set { pieces = value; } } /// /// 总重量 /// [Description("重量")] [Nullable(true)] [DataLength(6)] public decimal? Weight { get { return weight; } set { weight = value; } } /// /// 压印喷标要求(4项之一) /// [Description("压印喷标要求")] [Nullable(true)] [DataLength(400)] public string DemandCopper { get { return demandCopper; } set { demandCopper = value; } } /// /// 探伤要求(4项之一,408401) /// [Description("探伤要求")] [Nullable(true)] [DataLength(200)] public string DemandDetection { get { return demandDetection; } set { demandDetection = value; } } /// /// 喷砂要求(4项之一) /// [Description("喷砂要求")] [Nullable(true)] [DataLength(200)] public string DemandBlast { get { return demandBlast; } set { demandBlast = value; } } /// /// 磷化镀铜要求(4项之一,408402) /// [Description("磷化镀铜要求")] [Nullable(true)] [DataLength(200)] public string DemandBonderizing { get { return demandBonderizing; } set { demandBonderizing = value; } } /// /// 是否离线(0否,1是) /// [Description("是否离线")] [Nullable(true)] [DataLength(1)] public string OfflineLog { get { return offlineLog; } set { offlineLog = value; } } /// /// 状态('0',未封锁 '1',封锁)利库专用 /// [Description("是否利库")] [Nullable(true)] [DataLength(1)] public string LockLiku { get { return lockLiku; } set { lockLiku = value; } } /// /// 判定状态(0.未判定,1.申请判定,2.已判定) /// [Description("判定状态")] [Nullable(true)] [DataLength(1)] public string DeterStatus { get { return deterStatus; } set { deterStatus = value; } } /// /// 判定单号 /// [Description("判定单号")] [Nullable(true)] [DataLength(40)] public string DeterNo { get { return deterNo; } set { deterNo = value; } } /// /// 判定结果(407407) /// [Description("判定结果")] [Nullable(true)] [DataLength(10)] public string DeterResults { get { return deterResults; } set { deterResults = value; } } /// /// 框号 /// [Description("框号")] [Nullable(true)] [DataLength(20)] public string KepNo { get { return kepNo; } set { kepNo = value; } } /// /// 仓库代码 /// [Description("仓库")] [Nullable(true)] [DataLength(5)] public string StorageNo { get { return storageNo; } set { storageNo = value; } } /// /// 接箍合同号 /// [Description("接箍合同号")] [Nullable(true)] [DataLength(40)] public string JgOrderno { get { return jgOrderno; } set { jgOrderno = value; } } private string koreNum = ""; private string koreWt = ""; [Description("可利个")] public string KoreNum { get { return koreNum; } set { koreNum = value; } } [Description("可利吨")] public string KoreWt { get { return koreWt; } set { koreWt = value; } } private string orderNoSeq = ""; [Description("合同号")] public string OrderNoSeq { get { return orderNoSeq; } set { orderNoSeq = value; } } } }