using System.ComponentModel; namespace Core.StlMes.Client.Judge.ViewModels { public class YdmZcBillCyEntity { private string billNo; [Description("提单号")] public string BillNo { get { return billNo; } set { billNo = value; } } private string sendNum; [Description("实发数")] public string SendNum { get { return sendNum; } set { sendNum = value; } } private string prtFlag; [Description("是否过磅")] public string PrtFlag { get { return prtFlag; } set { prtFlag = value; } } private string orderUnit; [Description("计量单位")] public string OrderUnit { get { return orderUnit; } set { orderUnit = value; } } private string ordLnDlyPk; [Description("合同行主键")] public string OrdLnDlyPk { get { return ordLnDlyPk; } set { ordLnDlyPk = value; } } private string ordLnPk; [Description("交货行主键")] public string OrdLnPk { get { return ordLnPk; } set { ordLnPk = 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 actWeightPost; [Description("发运量差")] public string ActWeightPost { get { return actWeightPost; } set { actWeightPost = value; } } private string actTallCount; [Description("支")] public string ActTallCount { get { return actTallCount; } set { actTallCount = value; } } private string actTallWt; [Description("吨")] public string ActTallWt { get { return actTallWt; } set { actTallWt = value; } } } }