using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using Core.Mes.Client.Comm.Attribute; namespace Core.StlMes.Client.YdmPipeManage.Entity { public class YdmZcBillMyEntity { private string realinvoiceno; [Description("发票号")] public string Realinvoiceno { get { return realinvoiceno; } set { realinvoiceno = value; } } private string delvryAddr; [Description("交货地点")] public string DelvryAddr { get { return delvryAddr; } set { delvryAddr = value; } } private string orderSeqNo; [Description("合同号")] public string OrderSeqNo { get { return orderSeqNo; } set { orderSeqNo = value; } } private string orderNo; [Description("合同头号")] public string OrderNo { get { return orderNo; } set { orderNo = value; } } private string orderSeq; [Description("合同行号")] public string OrderSeq { get { return orderSeq; } set { orderSeq = value; } } private string deliveryNo; [Description("交货行号")] public string DeliveryNo { get { return deliveryNo; } set { deliveryNo = value; } } private string ordPk; [Description("合同主键")] public string OrdPk { get { return ordPk; } set { ordPk = value; } } private string ordLnPk; [Description("合同行主键")] public string OrdLnPk { get { return ordLnPk; } set { ordLnPk = value; } } private string ordLnDlyPk; [Description("交货行主键")] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } private string produccode; [Description("品名代码")] public string Produccode { get { return produccode; } set { produccode = value; } } private string producname; [Description("品名")] public string Producname { get { return producname; } set { producname = 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 string stdCode; [Description("标准代码")] public string StdCode { get { return stdCode; } set { stdCode = value; } } private string stdName; [Description("标准名称")] public string StdName { get { return stdName; } set { stdName = value; } } private string stdStyle; [Description("标准类别代码")] public string StdStyle { get { return stdStyle; } set { stdStyle = value; } } private string stdStyleDesc; [Description("标准类别")] public string StdStyleDesc { get { return stdStyleDesc; } set { stdStyleDesc = value; } } private string modelCode; [Description("扣型代码")] public string ModelCode { get { return modelCode; } set { modelCode = value; } } private string modelDesc; [Description("扣型")] public string ModelDesc { get { return modelDesc; } set { modelDesc = value; } } private string specCode; [Description("规格代码")] public string SpecCode { get { return specCode; } set { specCode = value; } } private string specName; [Description("产品规格")] public string SpecName { get { return specName; } set { specName = value; } } private string lenMin; [Description("下限")] public string LenMin { get { return lenMin; } set { lenMin = value; } } private string lenMax; [Description("上限")] public string LenMax { get { return lenMax; } set { lenMax = value; } } private string delvryQty; [Description("订货量")] public string DelvryQty { get { return delvryQty; } set { delvryQty = value; } } private string orderUnit; [Description("单位")] public string OrderUnit { get { return orderUnit; } set { orderUnit = value; } } private string wgtEstmt; [Description("估算重量(吨)")] public string WgtEstmt { get { return wgtEstmt; } set { wgtEstmt = value; } } private string actTransType; [Description("运输方式")] public string ActTransType { get { return actTransType; } set { actTransType = value; } } private string receivNo; [Description("收货单位编码")] public string ReceivNo { get { return receivNo; } set { receivNo = value; } } private string receivNm; [Description("收货单位")] public string ReceivNm { get { return receivNm; } set { receivNm = value; } } private string stlmtUnitNo; [Description("结算单位编码")] public string StlmtUnitNo { get { return stlmtUnitNo; } set { stlmtUnitNo = value; } } private string stlmtUnitNm; [Description("结算单位")] public string StlmtUnitNm { get { return stlmtUnitNm; } set { stlmtUnitNm = value; } } private string planWt; [Description("吨")] public string PlanWt { get { return planWt; } set { planWt = value; } } private string planNum; [Description("支")] public string PlanNum { get { return planNum; } set { planNum = value; } } private string actWt; [Description("吨")] public string ActWt { get { return actWt; } set { actWt = value; } } private string actNum; [Description("支")] public string ActNum { get { return actNum; } set { actNum = value; } } private string billNo; [Description("提单号")] public string BillNo { get { return billNo; } set { billNo = value; } } private string billNoSeq; [Description("序号")] public string BillNoSeq { get { return billNoSeq; } set { billNoSeq = value; } } private string customerNo; [Description("订货单位代码")] public string CustomerNo { get { return customerNo; } set { customerNo = value; } } private string customerNm; [Description("订货单位")] public string CustomerNm { get { return customerNm; } set { customerNm = value; } } private string storageName; [Description("出库地点")] public string StorageName { get { return storageName; } set { storageName = value; } } private string prtFlag; [Description("过磅")] [DataHidden(true)] public string PrtFlag { get { return prtFlag; } set { prtFlag = value; } } private string saleAreaDesc; [Description("销售区域")] [DataHidden(true)] public string SaleAreaDesc { get { return saleAreaDesc; } set { saleAreaDesc = value; } } private string createName; [Description("销售业务员")] [DataHidden(true)] public string CreateName { get { return createName; } set { createName = value; } } public YdmZcBillMyEntity() { billNo = ""; orderNo = ""; orderSeq = ""; deliveryNo = ""; ordPk = ""; ordLnPk = ""; ordLnDlyPk = ""; produccode = ""; producname = ""; steelcode = ""; steelname = ""; stdCode = ""; stdName = ""; stdStyle = ""; stdStyleDesc = ""; modelCode = ""; modelDesc = ""; specCode = ""; specName = ""; lenMin = ""; lenMax = ""; delvryQty = ""; orderUnit = ""; wgtEstmt = ""; actTransType = ""; receivNo = ""; receivNm = ""; stlmtUnitNo = ""; stlmtUnitNm = ""; planWt = ""; planNum = ""; actWt = ""; actNum = ""; } } }