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 { /// /// 数据库表PLN_ORDER_JG所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-20180117CCCC 时间:2018-10-15 /// public class PlnOrderJgEntityCraftNo { /// /// 接箍合同号 /// private string jgOrderno = ""; /// /// 合同号 /// private string orderNo = ""; /// /// 合同行号 /// private string orderSeq = ""; /// /// 交货编码 /// private string deliveryNo = ""; /// /// 客户编号 /// private string buyerId = ""; /// /// 客户名称 /// private string buyerName = ""; /// /// 交货开始日期 /// private string delvryBdate = ""; /// /// 交货结束日期 /// private string delvryEdate = ""; /// /// 合同联系人 /// private string ordercontact = ""; /// /// 监制要求 /// private string monitordemand = ""; /// /// 是否接箍监制 /// private string ifMonitorJg = ""; /// /// 监制编号 /// private string prdcrNo = ""; /// /// 产品规范码 /// private string psc = ""; /// /// 冶金规范码 /// private string msc = ""; /// /// 制程索引号 /// private string indexSeq = ""; /// /// 接箍码 /// private string codeJg = ""; /// /// 钢级(牌号)代码 /// private string steelcode = ""; /// /// 钢级(牌号)名称 /// private string steelname = ""; /// /// 外径 /// private decimal? outdiameter = null; /// /// 临界壁厚 /// private decimal? wallthick = null; /// /// 控制壁厚(暂不用) /// private decimal? aimwallthick = null; /// /// 扣型代码 /// private string modelCode = ""; /// /// 目标长度 /// private decimal? aimlength = null; /// /// 单重 /// private decimal? singleweight = null; /// /// 合同重量 /// private decimal? orderweight = null; /// /// 合同个数 /// private decimal? ordernum = null; /// /// 最迟生产日期 /// private string latestProdDate = ""; /// /// 利库充当量 /// private decimal? matchweight = null; /// /// 利库个数 /// private decimal? matchnum = null; /// /// 有无外购计划 /// private string ifbuyplan = ""; /// /// 外购计划号 /// private string buyplanid = ""; /// /// 外购计划重量 /// private decimal? buyplanweight = null; /// /// 外购计划个数 /// private decimal? buyplannum = null; /// /// 接箍合同状态 (0待处理、1已组订单、2完成) /// private string jgorderstatus = ""; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 接箍加工组 /// private string groupJgx = ""; /// /// 已做备料需求接箍量 /// private decimal? jgwtBlreq = null; /// /// 下发时间 /// private string issuedTime = ""; /// /// 接箍规格代码 /// private string specJg = ""; /// /// 接箍规格描述 /// private string specJgDesc = ""; /// /// 接箍扣型描述 /// private string modelDesc = ""; /// /// 中孔类别 /// private string styleJg = ""; /// /// 中孔内径 /// private decimal? diameter = null; /// /// 测量J值 /// private decimal? checkJVal = null; /// /// 交货行PK /// private string ordLnDlyPk = ""; /// /// 探伤要求 /// private string demandDetection = ""; /// /// 磷化镀铜要求 /// private string demandBonderizing = ""; /// /// 压印喷标 /// private string demandCopper = ""; /// /// 喷砂要求 /// private string demandBlast = ""; /// /// 接箍工序需求编号 /// private string proPlanId = ""; /// /// 接箍KEY /// private string keyJg = ""; /// /// 订单属性分组号 /// private string jgGroupId = ""; /// /// 最终用户(来源客户表) /// private string finalUser = ""; /// /// 最终用户描述 /// private string finalUserDesc = ""; /// /// 是否接箍成品合同 /// private string ifJgSaleord = ""; /// /// 接箍订单 /// private string proPlanIdS = ""; /// /// 工单号 /// private string woId = ""; /// /// 接箍订单从表编号 /// private string key = ""; /// /// 状态(0,计划,1下发,2完成)(备料需求下发) /// private string status = ""; /// /// 接箍合同号 /// [Description("接箍合同号")] [Nullable(false)] [DataLength(40)] public string JgOrderno { get { return jgOrderno; } set { jgOrderno = value; } } /// /// 合同号 /// [Description("合同号")] [Nullable(true)] [DataLength(20)] public string OrderNo { get { return orderNo; } set { orderNo = value; } } /// /// 交货编码 /// [Description("交货编码")] [Nullable(true)] [DataLength(3)] public string DeliveryNo { get { return deliveryNo; } set { deliveryNo = value; } } /// /// 客户名称 /// [Description("客户名称")] [Nullable(true)] [DataLength(100)] public string BuyerName { get { return buyerName; } set { buyerName = 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(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(32)] public string IndexSeq { get { return indexSeq; } set { indexSeq = value; } } /// /// 接箍码 /// [Description("接箍码")] [Nullable(true)] [DataLength(7)] public string CodeJg { get { return codeJg; } set { codeJg = value; } } /// /// 钢级(牌号)名称 /// [Description("钢级")] [Nullable(true)] [DataLength(100)] public string Steelname { get { return steelname; } set { steelname = 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(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(16)] public decimal? Orderweight { get { return orderweight; } set { orderweight = value; } } /// /// 合同个数 /// [Description("合同个数")] [Nullable(true)] [DataLength(10)] public decimal? Ordernum { get { return ordernum; } set { ordernum = value; } } /// /// 接箍合同状态 (0待处理、1已组订单、2完成) /// [Description("接箍合同状态")] [Nullable(true)] [DataLength(20)] public string Jgorderstatus { get { return jgorderstatus; } set { jgorderstatus = 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 GroupJgx { get { return groupJgx; } set { groupJgx = value; } } /// /// 下发时间 /// [Description("下发时间")] [Nullable(true)] public string IssuedTime { get { return issuedTime; } set { issuedTime = value; } } /// /// 接箍规格描述 /// [Description("规格")] [Nullable(true)] [DataLength(100)] public string SpecJgDesc { get { return specJgDesc; } set { specJgDesc = value; } } /// /// 接箍扣型描述 /// [Description("扣型")] [Nullable(true)] [DataLength(100)] public string ModelDesc { get { return modelDesc; } set { modelDesc = value; } } /// /// 中孔类别 /// [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; } } /// /// 交货行PK /// [Description("交货行PK")] [Nullable(true)] [DataLength(40)] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } /// /// 探伤要求 /// [Description("是否探伤")] [Nullable(true)] [DataLength(200)] public string DemandDetection { get { return demandDetection; } set { demandDetection = value; } } /// /// 磷化镀铜要求 /// [Description("是否磷化镀铜")] [Nullable(true)] [DataLength(200)] public string DemandBonderizing { get { return demandBonderizing; } set { demandBonderizing = value; } } /// /// 压印喷标 /// [Description("是否压印喷标")] [Nullable(true)] [DataLength(400)] public string DemandCopper { get { return demandCopper; } set { demandCopper = value; } } /// /// 喷砂要求 /// [Description("是否喷砂")] [Nullable(true)] [DataLength(200)] public string DemandBlast { get { return demandBlast; } set { demandBlast = value; } } /// /// 接箍工序需求编号 /// [Description("接箍工序编号")] [Nullable(true)] [DataLength(20)] public string ProPlanId { get { return proPlanId; } set { proPlanId = value; } } /// /// 接箍KEY /// [Description("接箍KEY")] [Nullable(true)] [DataLength(32)] public string KeyJg { get { return keyJg; } set { keyJg = value; } } /// /// 最终用户描述 /// [Description("最终用户")] [Nullable(true)] [DataLength(100)] public string FinalUserDesc { get { return finalUserDesc; } set { finalUserDesc = value; } } /// /// 是否接箍成品合同 /// [Description("是否接箍成品合同")] [Nullable(true)] [DataLength(1)] public string IfJgSaleord { get { return ifJgSaleord; } set { ifJgSaleord = value; } } /// /// 接箍订单 /// [Description("接箍排产订单")] [Nullable(true)] [DataLength(20)] public string ProPlanIdS { get { return proPlanIdS; } set { proPlanIdS = value; } } /// /// 工单号 /// [Description("工单号")] [Nullable(true)] [DataLength(30)] public string WoId { get { return woId; } set { woId = value; } } /// /// 接箍订单从表编号 /// [Description("接箍排产订单7+4")] [Nullable(true)] [DataLength(20)] public string Key { get { return key; } set { key = value; } } private string craftNoJg2 = ""; [Description("二级工艺文件")] public string CraftNoJg2 { get { return craftNoJg2; } set { craftNoJg2 = value; } } private string craftSeq2 = ""; [Description("二级工艺序号")] public string CraftSeq2 { get { return craftSeq2; } set { craftSeq2 = value; } } private string craftPath = ""; [Description("二级工艺存放路径")] public string CraftPath { get { return craftPath; } set { craftPath = value; } } private string timeCp = ""; [Description("成品合同时间")] public string TimeCp { get { return timeCp; } set { timeCp = value; } } private string exeStatus = ""; [Description("成品排产行状态")] public string ExeStatus { get { return exeStatus; } set { exeStatus = value; } } private string isPlanOk = ""; [Description("工艺确认")] public string IsPlanOk { get { return isPlanOk; } set { isPlanOk = value; } } } }