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-06-11 /// public class PlnOrderJgEntity { /// /// 接箍合同号 /// 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 string latestProdDate = ""; /// /// 创建人 /// 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 = ""; /// /// 接箍合同号 /// [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 OrderSeq { get { return orderSeq; } set { orderSeq = value; } } /// /// 交货编码 /// [Description("交货编码")] [Nullable(true)] [DataLength(3)] public string DeliveryNo { get { return deliveryNo; } set { deliveryNo = value; } } /// /// 客户编号 /// [Description("客户编号")] [Nullable(true)] [DataLength(20)] public string BuyerId { get { return buyerId; } set { buyerId = value; } } /// /// 客户名称 /// [Description("客户名称")] [Nullable(true)] [DataLength(100)] public string BuyerName { get { return buyerName; } set { buyerName = 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(20)] public string Ordercontact { get { return ordercontact; } set { ordercontact = 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(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 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(20)] public string ModelCode { get { return modelCode; } set { modelCode = 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)] public string LatestProdDate { get { return latestProdDate; } set { latestProdDate = 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)] [DataLength(16)] public decimal? JgwtBlreq { get { return jgwtBlreq; } set { jgwtBlreq = value; } } /// /// 下发时间 /// [Description("下发时间")] [Nullable(true)] public string IssuedTime { get { return issuedTime; } set { issuedTime = value; } } /// /// 接箍规格代码 /// [Description("接箍规格代码")] [Nullable(true)] [DataLength(20)] public string SpecJg { get { return specJg; } set { specJg = 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(10)] public string JgGroupId { get { return jgGroupId; } set { jgGroupId = value; } } /// /// 最终用户(来源客户表) /// [Description("最终用户(来源客户表)")] [Nullable(true)] [DataLength(20)] public string FinalUser { get { return finalUser; } set { finalUser = 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; } } private string countFinish = ""; [Description("完成个")] public string CountFinish { get { return countFinish; } set { countFinish = value; } } private string kcCount = ""; [Description("库存剩余个")] public string KcCount { get { return kcCount; } set { kcCount = value; } } private string jgorderstatus = ""; [Description("接箍合同状态")] public string Jgorderstatus { get { return jgorderstatus; } set { jgorderstatus = value; } } private string exeStatus = ""; [Description("成品排产行状态")] public string ExeStatus { get { return exeStatus; } set { exeStatus = value; } } private string plansNum = ""; [Description("计划成品支")] public string PlansNum { get { return plansNum; } set { plansNum = value; } } private string status = ""; [Description("接箍排产状态")] public string Status { get { return status; } set { status = value; } } private string expectNum = ""; [Description("预计成品支")] public string ExpectNum { get { return expectNum; } set { expectNum = value; } } private string producType = ""; [Description("品名类型")] public string ProducType { get { return producType; } set { producType = value; } } private string timeCp = ""; [Description("成品合同时间")] public string TimeCp { get { return timeCp; } set { timeCp = value; } } private string plnInsingleNum = ""; [Description("成品炉计划支")] public string PlnInsingleNum { get { return plnInsingleNum; } set { plnInsingleNum = value; } } private string planIndoubleNum = ""; [Description("成品装炉支")] public string PlanIndoubleNum { get { return planIndoubleNum; } set { planIndoubleNum = value; } } private string realOutdoubleNum = ""; [Description("成品完成支")] public string RealOutdoubleNum { get { return realOutdoubleNum; } set { realOutdoubleNum = value; } } private string transitCount = ""; [Description("在途个")] public string TransitCount { get { return transitCount; } set { transitCount = value; } } private string kcAllCount = ""; [Description("库存个+领用个")] public string KcAllCount { get { return kcAllCount; } set { kcAllCount = value; } } } }