using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; namespace Core.StlMes.Client.PipeLeaveFactory.YdmObject { public class YdmZcBillCTEntity { private string billNo; [Description("提单号")] public string BillNo { get { return billNo; } set { billNo = 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 judgeStoveNo; [Description("炉号")] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } private string batchNo; [Description("批号")] public string BatchNo { get { return batchNo; } set { batchNo = value; } } private string groupNo; [Description("组号")] public string GroupNo { get { return groupNo; } set { groupNo = 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 actLenMin; [Description("下限")] public string ActLenMin { get { return actLenMin; } set { actLenMin = value; } } private string actLenMax; [Description("上限")] public string ActLenMax { get { return actLenMax; } set { actLenMax = value; } } private string actCount; [Description("支")] public string ActCount { get { return actCount; } set { actCount = value; } } private string actWeight; [Description("吨")] public string ActWeight { get { return actWeight; } set { actWeight = value; } } private string actCountLoad; [Description("支")] public string ActCountLoad { get { return actCountLoad; } set { actCountLoad = value; } } private string actWeightLoad; [Description("吨")] public string ActWeightLoad { get { return actWeightLoad; } set { actWeightLoad = value; } } private string actCountKc; [Description("支")] public string ActCountKc { get { return actCountKc; } set { actCountKc = value; } } private string actWeightKc; [Description("吨")] public string ActWeightKc { get { return actWeightKc; } set { actWeightKc = value; } } private string actCountSd; [Description("支")] public string ActCountSd { get { return actCountSd; } set { actCountSd = value; } } private string actWeightSd; [Description("吨")] public string ActWeightSd { get { return actWeightSd; } set { actWeightSd = value; } } private string actCountZy; [Description("支")] public string ActCountZy { get { return actCountZy; } set { actCountZy = value; } } private string actWeightZy; [Description("吨")] public string ActWeightZy { get { return actWeightZy; } set { actWeightZy = value; } } private string actCountHc; [Description("支")] public string ActCountHc { get { return actCountHc; } set { actCountHc = value; } } private string actWeighHc; [Description("吨")] public string ActWeighHc { get { return actWeighHc; } set { actWeighHc = value; } } } }