| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Linq;
- using System.Text;
- namespace Core.StlMes.Client.PlnSaleOrd.报表.entity
- {
- public class JGInformationEntity
- {
- private string ordLnDlyPk;
- [Description("交货行PK")]
- public string OrdLnDlyPk
- {
- get { return ordLnDlyPk; }
- set { ordLnDlyPk = value; }
- }
- private string jgOrderno;
- [Description("接箍合同号")]
- public string JgOrderno
- {
- get { return jgOrderno; }
- set { jgOrderno = value; }
- }
- private string orderNoSeq;
- [Description("合同行号")]
- public string OrderNoSeq
- {
- get { return orderNoSeq; }
- set { orderNoSeq = value; }
- }
- private string specJgDesc;
- [Description("接箍规格")]
- public string SpecJgDesc
- {
- get { return specJgDesc; }
- set { specJgDesc = value; }
- }
- private string modelDesc;
- [Description("接箍扣型")]
- public string ModelDesc
- {
- get { return modelDesc; }
- set { modelDesc = value; }
- }
- private decimal? numJg;
- [Description("接箍个数")]
- public decimal? NumJg
- {
- get { return numJg; }
- set { numJg = value; }
- }
- private string buyerName;
- [Description("客户名称")]
- public string BuyerName
- {
- get { return buyerName; }
- set { buyerName = value; }
- }
- private string finalUserDesc;
- [Description("最终用户")]
- public string FinalUserDesc
- {
- get { return finalUserDesc; }
- set { finalUserDesc = value; }
- }
- private string jgorderstatus;
- [Description("接箍合同状态")]
- public string Jgorderstatus
- {
- get { return jgorderstatus; }
- set { jgorderstatus = value; }
- }
- private string proPlanId;
- [Description("接箍订单号")]
- public string ProPlanId
- {
- get { return proPlanId; }
- set { proPlanId = value; }
- }
- private string prdcrNo;
- [Description("监制编号")]
- public string PrdcrNo
- {
- get { return prdcrNo; }
- set { prdcrNo = value; }
- }
- private string prdcrDescOrd;
- [Description("管体监制要求")]
- public string PrdcrDescOrd
- {
- get { return prdcrDescOrd; }
- set { prdcrDescOrd = value; }
- }
- private string prdcrDescJg;
- [Description("接箍监制要求")]
- public string PrdcrDescJg
- {
- get { return prdcrDescJg; }
- set { prdcrDescJg = value; }
- }
- private string prdcrDescJgl;
- [Description("接箍料监制要求")]
- public string PrdcrDescJgl
- {
- get { return prdcrDescJgl; }
- set { prdcrDescJgl = value; }
- }
- private string blWlDesc;
- [Description("接箍料物料描述")]
- public string BlWlDesc
- {
- get { return blWlDesc; }
- set { blWlDesc = value; }
- }
- private decimal? minD;
- [Description("接箍料外径")]
- public decimal? MinD
- {
- get { return minD; }
- set { minD = value; }
- }
- private decimal? minH;
- [Description("接箍料壁厚")]
- public decimal? MinH
- {
- get { return minH; }
- set { minH = value; }
- }
- private decimal? aimlengthBl;
- [Description("接箍料目标长度")]
- public decimal? AimlengthBl
- {
- get { return aimlengthBl; }
- set { aimlengthBl = value; }
- }
- private decimal? planNum;
- [Description("接箍订单个数")]
- public decimal? PlanNum
- {
- get { return planNum; }
- set { planNum = value; }
- }
- private decimal? matchnum;
- [Description("接箍订单接箍利库个")]
- public decimal? Matchnum
- {
- get { return matchnum; }
- set { matchnum = value; }
- }
- private decimal? jgwtBlreq;
- [Description("已做备料接箍个")]
- public decimal? JgwtBlreq
- {
- get { return jgwtBlreq; }
- set { jgwtBlreq = value; }
- }
- private string planstatusGxM;
- [Description("接箍订单状态")]
- public string PlanstatusGxM
- {
- get { return planstatusGxM; }
- set { planstatusGxM = value; }
- }
- private string reqBlId;
- [Description("备料需求号")]
- public string ReqBlId
- {
- get { return reqBlId; }
- set { reqBlId = value; }
- }
- private string codeJgBl;
- [Description("备料码")]
- public string CodeJgBl
- {
- get { return codeJgBl; }
- set { codeJgBl = value; }
- }
- private string steelcode;
- [Description("备料钢级编号")]
- public string Steelcode
- {
- get { return steelcode; }
- set { steelcode = value; }
- }
- private string steelname;
- [Description("备料钢级")]
- public string Steelname
- {
- get { return steelname; }
- set { steelname = value; }
- }
- private decimal? outdiameter;
- [Description("备料外径")]
- public decimal? Outdiameter
- {
- get { return outdiameter; }
- set { outdiameter = value; }
- }
- private decimal? wallthick;
- [Description("备料壁厚")]
- public decimal? Wallthick
- {
- get { return wallthick; }
- set { wallthick = value; }
- }
- private decimal? aimlength;
- [Description("备料长度")]
- public decimal? Aimlength
- {
- get { return aimlength; }
- set { aimlength = value; }
- }
- private decimal? jgblReqWeight;
- [Description("备料需求重量")]
- public decimal? JgblReqWeight
- {
- get { return jgblReqWeight; }
- set { jgblReqWeight = value; }
- }
- private decimal? jgblReqNum;
- [Description("备料需求支数")]
- public decimal? JgblReqNum
- {
- get { return jgblReqNum; }
- set { jgblReqNum = value; }
- }
- private string planstatusBl;
- [Description("备料需求状态")]
- public string PlanstatusBl
- {
- get { return planstatusBl; }
- set { planstatusBl = value; }
- }
- private string producname;
- [Description("合同品名")]
- public string Producname
- {
- get { return producname; }
- set { producname = value; }
- }
- private string stdName;
- [Description("合同标准")]
- public string StdName
- {
- get { return stdName; }
- set { stdName = value; }
- }
- private string stdStyleDesc;
- [Description("合同标准类别")]
- public string StdStyleDesc
- {
- get { return stdStyleDesc; }
- set { stdStyleDesc = value; }
- }
- private string ordSteelname;
- [Description("合同钢级")]
- public string OrdSteelname
- {
- get { return ordSteelname; }
- set { ordSteelname = value; }
- }
- private string specName;
- [Description("合同规格")]
- public string SpecName
- {
- get { return specName; }
- set { specName = value; }
- }
- private string ordModelDesc;
- [Description("合同扣型")]
- public string OrdModelDesc
- {
- get { return ordModelDesc; }
- set { ordModelDesc = value; }
- }
- private decimal? orderQty;
- [Description("合同订货量")]
- public decimal? OrderQty
- {
- get { return orderQty; }
- set { orderQty = value; }
- }
- private string orderUnit;
- [Description("合同订货单位")]
- public string OrderUnit
- {
- get { return orderUnit; }
- set { orderUnit = value; }
- }
- private decimal? orderweight;
- [Description("合同估算量")]
- public decimal? Orderweight
- {
- get { return orderweight; }
- set { orderweight = value; }
- }
- private decimal? ordernum;
- [Description("合同估算支数")]
- public decimal? Ordernum
- {
- get { return ordernum; }
- set { ordernum = value; }
- }
- private string planstatusOrd;
- [Description("合同状态")]
- public string PlanstatusOrd
- {
- get { return planstatusOrd; }
- set { planstatusOrd = value; }
- }
- private string proPlanIdS = "";
- [Description("接箍排产订单")]
- public string ProPlanIdS
- {
- get { return proPlanIdS; }
- set { proPlanIdS = value; }
- }
- private string codeJg = "";
- [Description("接箍码")]
- public string CodeJg
- {
- get { return codeJg; }
- set { codeJg = value; }
- }
- }
- }
|