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.YdmBcPipeManage.Entity { /// /// 数据库表METER_WORK_CAR_ACTUAL所对应的实体类(生成工具:代码生成工具3.0) /// 作者:LAPTOP-I2IGVKJC 时间:2022-06-07 /// public class MeterWorkCarActualEntity { /// /// 结净编号(YYYYMMDD+4位流水) /// private string actualNo = ""; /// /// 预报编号 /// private string predictionNo = ""; /// /// 通知单号 /// private string noticeNo = ""; /// /// 车号 /// private string carNo = ""; /// /// 挂号 /// private string trailerNo = ""; /// /// 物料编号 /// private string matterNo = ""; /// /// 物料名称 /// private string matterName = ""; /// /// 合同号 /// private string contractNo = ""; /// /// 批次号 /// private string batchNo = ""; /// /// 供应商编号 /// private string customerSupplierNo = ""; /// /// 供应商名称 /// private string customerSupplierName = ""; /// /// 发货单位编号 /// private string forwardingUnitNo = ""; /// /// 发货单位名称 /// private string forwardingUnitName = ""; /// /// 收货单位编号 /// private string receivingUintNo = ""; /// /// 收货单位名称 /// private string receivingUintName = ""; /// /// 材质编号 /// private string materialNo = ""; /// /// 材质名称 /// private string materialName = ""; /// /// 规格编号 /// private string specNo = ""; /// /// 规格名称 /// private string specName = ""; /// /// 卸货地点编号 /// private string loadPointNo = ""; /// /// 卸货地点名称 /// private string loadPointName = ""; /// /// 取样编号 /// private string sampleNo = ""; /// /// 取样凭证 /// private string sampleVoucher = ""; /// /// 承运单位编号 /// private string carrierUnitNo = ""; /// /// 承运单位名称 /// private string carrierUnitName = ""; /// /// 计量类型编号(业务类型) /// private string meterTypeNo = ""; /// /// 计量类型名称(业务类型) /// private string meterTypeName = ""; /// /// 计量流程编号 /// private string meterProcessNo = ""; /// /// 计量流程版本号 /// private string meterProcessEditionNo = ""; /// /// 毛重计量作业编号 /// private string actualFirst1No = ""; /// /// 毛重 /// private decimal? grossWeight = null; /// /// 毛重计量员编号 /// private string grossManNo = ""; /// /// 毛重计量员姓名 /// private string grossManName = ""; /// /// 毛重计量时间(YYYY-MM-DD HH:mm:SS) /// private string grossTime = ""; /// /// 毛重计量点编号 /// private string baseSpot1No = ""; /// /// 毛重计量点名称 /// private string baseSpot1Name = ""; /// /// 毛重班次 /// private string grossClass = ""; /// /// 毛重班组 /// private string grossGroup = ""; /// /// 毛重计量方式(1:远程计量;2:智能计量;3:手工录入;4:放行智能计量;5:滞后匹配) /// private string grossMode = ""; /// /// 皮重计量作业编号 /// private string actualFirst2No = ""; /// /// 皮重 /// private decimal? tareWeight = null; /// /// 皮重计量员编号 /// private string tareManNo = ""; /// /// 皮重计量员姓名 /// private string tareManName = ""; /// /// 皮重计量时间(YYYY-MM-DD HH:mm:SS) /// private string tareTime = ""; /// /// 皮重计量点编号 /// private string baseSpot2No = ""; /// /// 皮重计量点名称 /// private string baseSpot2Name = ""; /// /// 皮重班次 /// private string tareClass = ""; /// /// 皮重班组 /// private string tareGroup = ""; /// /// 皮重计量方式(1:远程计量;2:智能计量;3:手工录入;4:放行智能计量;5:滞后匹配) /// private string tareMode = ""; /// /// 净重 /// private decimal? netWeight = null; /// /// 计量数量 /// private decimal? meterNum = null; /// /// 净重计量员编号 /// private string netManNo = ""; /// /// 净重计量员姓名 /// private string netManName = ""; /// /// 净重计量时间(YYYY-MM-DD HH:mm:SS) /// private string netTime = ""; /// /// 净重计量点编号 /// private string netSpot3No = ""; /// /// 净重计量点名称 /// private string netSpot3Name = ""; /// /// 净重班组 /// private string netGroup = ""; /// /// 结净方式(1:正常结净;2:匹配结净) /// private string netMode = ""; /// /// 状态(0=有效,1=作废 ) /// private string valueFlag = ""; /// /// 上传状态(0=待审核;1:待上传;2=已上传 ) /// private string uploadFlag = ""; /// /// 审核人编号 /// private string checkManNo = ""; /// /// 审核人姓名 /// private string checkManName = ""; /// /// 审核时间(YYYY-MM-DD HH:mm:SS) /// private string checkTime = ""; /// /// 上传人编号 /// private string uploadManNo = ""; /// /// 上传人姓名 /// private string uploadManName = ""; /// /// 上传时间(YYYY-MM-DD HH:mm:SS) /// private string uploadTime = ""; /// /// 附加重量 /// private decimal? addWeight = null; /// /// 净重班次 /// private string netClass = ""; /// /// 到老系统的同步标识;1=已同步;0=未同步; /// private string tbFlage = ""; /// /// 火车车号 /// private string railwayNo = ""; /// /// 修改人编号 /// private string updateManNo = ""; /// /// 修改人姓名 /// private string updateManName = ""; /// /// 修改时间(YYYY-MM-DD HH:mm:SS) /// private string updateTime = ""; /// /// 备注 /// private string memo = ""; /// /// 炉号 /// private string heatNo = ""; /// /// 发运毛重 /// private decimal? shipmentGrossWeight = null; /// /// 发运净重 /// private decimal? shipmentNetWeight = null; /// /// 发运数量 /// private decimal? shipmentNum = null; /// /// 绑定卡号 /// private string bindCardNo = ""; /// /// 预报类型(0:批次预报;1:单次预报;2:联运预报;3:分检预报) /// private string predictionType = ""; /// /// 预报组合 /// private string predictionCombination = ""; /// /// 接口是否读取 0未读取 1已读取 2同步失败 3删除数据 9不同步 /// private string interRead = ""; /// /// 索引物料名称 /// private string indexMatterName = ""; /// /// 判定类型编号 /// private string judgeTypeNo = ""; /// /// 判定类型名称 /// private string judgeTypeName = ""; /// /// 验收员 /// private string validMan = ""; /// /// 扣杂 /// private decimal? impurityWgt = null; /// /// 扣超长料 /// private decimal? lenWgt = null; /// /// 扣机铁 /// private decimal? feWgt = null; /// /// 扣轻薄料 /// private decimal? lightWgt = null; /// /// 切损 /// private decimal? cutWgt = null; /// /// 扣重备注 /// private string meme2 = ""; /// /// 扣重时间 /// private string minusTime = ""; /// /// 扣重人编号 /// private string minusManNo = ""; /// /// 扣重人姓名 /// private string minusManName = ""; /// /// 附加重量架子编码 /// private string addWgtNo = ""; /// /// 附加重量主键 /// private string addWgtPk = ""; /// /// 毛重车重 /// private decimal? grossCarWeight = null; /// /// 皮重车重 /// private decimal? tareCarWeight = null; /// /// 毛重车号 /// private string grossCarNo = ""; /// /// 皮重车号 /// private string tareCarNo = ""; /// /// 卸料单位编码 /// private string unloadUnitNo = ""; /// /// 卸料单位 /// private string unloadUnitName = ""; /// /// 卸料地点编码 /// private string unloadAddrNo = ""; /// /// 卸料地点 /// private string unloadAddrName = ""; /// /// 打印次数 /// private decimal? printCount = null; /// /// 打印人编号 /// private string printManNo = ""; /// /// 打印人 /// private string printManName = ""; /// /// 打印时间 /// private string printTime = ""; /// /// 结算单号 /// private string settlementNo = ""; /// /// 结净编号(YYYYMMDD+4位流水) /// [Description("结净编号(YYYYMMDD+4位流水)")] [Nullable(false)] [DataLength(20)] public string ActualNo { get { return actualNo; } set { actualNo = value; } } /// /// 预报编号 /// [Description("预报编号")] [Nullable(true)] [DataLength(20)] public string PredictionNo { get { return predictionNo; } set { predictionNo = value; } } /// /// 通知单号 /// [Description("通知单号")] [Nullable(true)] [DataLength(20)] public string NoticeNo { get { return noticeNo; } set { noticeNo = value; } } /// /// 车号 /// [Description("车号")] [Nullable(true)] [DataLength(100)] public string CarNo { get { return carNo; } set { carNo = value; } } /// /// 挂号 /// [Description("挂号")] [Nullable(true)] [DataLength(20)] public string TrailerNo { get { return trailerNo; } set { trailerNo = value; } } /// /// 物料编号 /// [Description("物料编号")] [Nullable(true)] [DataLength(20)] public string MatterNo { get { return matterNo; } set { matterNo = value; } } /// /// 物料名称 /// [Description("物料名称")] [Nullable(true)] [DataLength(100)] public string MatterName { get { return matterName; } set { matterName = value; } } /// /// 合同号 /// [Description("合同号")] [Nullable(true)] [DataLength(40)] public string ContractNo { get { return contractNo; } set { contractNo = value; } } /// /// 批次号 /// [Description("批次号")] [Nullable(true)] [DataLength(40)] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 供应商编号 /// [Description("供应商编号")] [Nullable(true)] [DataLength(20)] public string CustomerSupplierNo { get { return customerSupplierNo; } set { customerSupplierNo = value; } } /// /// 供应商名称 /// [Description("供应商名称")] [Nullable(true)] [DataLength(100)] public string CustomerSupplierName { get { return customerSupplierName; } set { customerSupplierName = value; } } /// /// 发货单位编号 /// [Description("发货单位编号")] [Nullable(true)] [DataLength(20)] public string ForwardingUnitNo { get { return forwardingUnitNo; } set { forwardingUnitNo = value; } } /// /// 发货单位名称 /// [Description("发货单位名称")] [Nullable(true)] [DataLength(100)] public string ForwardingUnitName { get { return forwardingUnitName; } set { forwardingUnitName = value; } } /// /// 收货单位编号 /// [Description("收货单位编号")] [Nullable(true)] [DataLength(20)] public string ReceivingUintNo { get { return receivingUintNo; } set { receivingUintNo = value; } } /// /// 收货单位名称 /// [Description("收货单位名称")] [Nullable(true)] [DataLength(100)] public string ReceivingUintName { get { return receivingUintName; } set { receivingUintName = value; } } /// /// 材质编号 /// [Description("材质编号")] [Nullable(true)] [DataLength(30)] public string MaterialNo { get { return materialNo; } set { materialNo = value; } } /// /// 材质名称 /// [Description("材质名称")] [Nullable(true)] [DataLength(100)] public string MaterialName { get { return materialName; } set { materialName = value; } } /// /// 规格编号 /// [Description("规格编号")] [Nullable(true)] [DataLength(20)] public string SpecNo { get { return specNo; } set { specNo = value; } } /// /// 规格名称 /// [Description("规格名称")] [Nullable(true)] [DataLength(100)] public string SpecName { get { return specName; } set { specName = value; } } /// /// 卸货地点编号 /// [Description("卸货地点编号")] [Nullable(true)] [DataLength(20)] public string LoadPointNo { get { return loadPointNo; } set { loadPointNo = value; } } /// /// 卸货地点名称 /// [Description("卸货地点名称")] [Nullable(true)] [DataLength(60)] public string LoadPointName { get { return loadPointName; } set { loadPointName = value; } } /// /// 取样编号 /// [Description("取样编号")] [Nullable(true)] [DataLength(40)] public string SampleNo { get { return sampleNo; } set { sampleNo = value; } } /// /// 取样凭证 /// [Description("取样凭证")] [Nullable(true)] [DataLength(40)] public string SampleVoucher { get { return sampleVoucher; } set { sampleVoucher = value; } } /// /// 承运单位编号 /// [Description("承运单位编号")] [Nullable(true)] [DataLength(20)] public string CarrierUnitNo { get { return carrierUnitNo; } set { carrierUnitNo = value; } } /// /// 承运单位名称 /// [Description("承运单位名称")] [Nullable(true)] [DataLength(100)] public string CarrierUnitName { get { return carrierUnitName; } set { carrierUnitName = value; } } /// /// 计量类型编号(业务类型) /// [Description("计量类型编号(业务类型)")] [Nullable(true)] [DataLength(20)] public string MeterTypeNo { get { return meterTypeNo; } set { meterTypeNo = value; } } /// /// 计量类型名称(业务类型) /// [Description("计量类型名称(业务类型)")] [Nullable(true)] [DataLength(30)] public string MeterTypeName { get { return meterTypeName; } set { meterTypeName = value; } } /// /// 计量流程编号 /// [Description("计量流程编号")] [Nullable(true)] [DataLength(50)] public string MeterProcessNo { get { return meterProcessNo; } set { meterProcessNo = value; } } /// /// 计量流程版本号 /// [Description("计量流程版本号")] [Nullable(true)] [DataLength(250)] public string MeterProcessEditionNo { get { return meterProcessEditionNo; } set { meterProcessEditionNo = value; } } /// /// 毛重计量作业编号 /// [Description("毛重计量作业编号")] [Nullable(true)] [DataLength(50)] public string ActualFirst1No { get { return actualFirst1No; } set { actualFirst1No = value; } } /// /// 毛重 /// [Description("毛重")] [Nullable(true)] [DataLength(15)] public decimal? GrossWeight { get { return grossWeight; } set { grossWeight = value; } } /// /// 毛重计量员编号 /// [Description("毛重计量员编号")] [Nullable(true)] [DataLength(20)] public string GrossManNo { get { return grossManNo; } set { grossManNo = value; } } /// /// 毛重计量员姓名 /// [Description("毛重计量员姓名")] [Nullable(true)] [DataLength(30)] public string GrossManName { get { return grossManName; } set { grossManName = value; } } /// /// 毛重计量时间(YYYY-MM-DD HH:mm:SS) /// [Description("毛重计量时间(YYYY-MM-DD HH:mm:SS)")] [Nullable(true)] public string GrossTime { get { return grossTime; } set { grossTime = value; } } /// /// 毛重计量点编号 /// [Description("毛重计量点编号")] [Nullable(true)] [DataLength(20)] public string BaseSpot1No { get { return baseSpot1No; } set { baseSpot1No = value; } } /// /// 毛重计量点名称 /// [Description("毛重计量点名称")] [Nullable(true)] [DataLength(40)] public string BaseSpot1Name { get { return baseSpot1Name; } set { baseSpot1Name = value; } } /// /// 毛重班次 /// [Description("毛重班次")] [Nullable(true)] [DataLength(20)] public string GrossClass { get { return grossClass; } set { grossClass = value; } } /// /// 毛重班组 /// [Description("毛重班组")] [Nullable(true)] [DataLength(20)] public string GrossGroup { get { return grossGroup; } set { grossGroup = value; } } /// /// 毛重计量方式(1:远程计量;2:智能计量;3:手工录入;4:放行智能计量;5:滞后匹配) /// [Description("毛重计量方式(1:远程计量;2:智能计量;3:手工录入;4:放行智能计量;5:滞后匹配)")] [Nullable(true)] [DataLength(1)] public string GrossMode { get { return grossMode; } set { grossMode = value; } } /// /// 皮重计量作业编号 /// [Description("皮重计量作业编号")] [Nullable(true)] [DataLength(20)] public string ActualFirst2No { get { return actualFirst2No; } set { actualFirst2No = value; } } /// /// 皮重 /// [Description("皮重")] [Nullable(true)] [DataLength(15)] public decimal? TareWeight { get { return tareWeight; } set { tareWeight = value; } } /// /// 皮重计量员编号 /// [Description("皮重计量员编号")] [Nullable(true)] [DataLength(20)] public string TareManNo { get { return tareManNo; } set { tareManNo = value; } } /// /// 皮重计量员姓名 /// [Description("皮重计量员姓名")] [Nullable(true)] [DataLength(30)] public string TareManName { get { return tareManName; } set { tareManName = value; } } /// /// 皮重计量时间(YYYY-MM-DD HH:mm:SS) /// [Description("皮重计量时间(YYYY-MM-DD HH:mm:SS)")] [Nullable(true)] public string TareTime { get { return tareTime; } set { tareTime = value; } } /// /// 皮重计量点编号 /// [Description("皮重计量点编号")] [Nullable(true)] [DataLength(20)] public string BaseSpot2No { get { return baseSpot2No; } set { baseSpot2No = value; } } /// /// 皮重计量点名称 /// [Description("皮重计量点名称")] [Nullable(true)] [DataLength(40)] public string BaseSpot2Name { get { return baseSpot2Name; } set { baseSpot2Name = value; } } /// /// 皮重班次 /// [Description("皮重班次")] [Nullable(true)] [DataLength(20)] public string TareClass { get { return tareClass; } set { tareClass = value; } } /// /// 皮重班组 /// [Description("皮重班组")] [Nullable(true)] [DataLength(20)] public string TareGroup { get { return tareGroup; } set { tareGroup = value; } } /// /// 皮重计量方式(1:远程计量;2:智能计量;3:手工录入;4:放行智能计量;5:滞后匹配) /// [Description("皮重计量方式(1:远程计量;2:智能计量;3:手工录入;4:放行智能计量;5:滞后匹配)")] [Nullable(true)] [DataLength(1)] public string TareMode { get { return tareMode; } set { tareMode = value; } } /// /// 净重 /// [Description("净重")] [Nullable(true)] [DataLength(15)] public decimal? NetWeight { get { return netWeight; } set { netWeight = value; } } /// /// 计量数量 /// [Description("计量数量")] [Nullable(true)] [DataLength(10)] public decimal? MeterNum { get { return meterNum; } set { meterNum = value; } } /// /// 净重计量员编号 /// [Description("净重计量员编号")] [Nullable(true)] [DataLength(20)] public string NetManNo { get { return netManNo; } set { netManNo = value; } } /// /// 净重计量员姓名 /// [Description("净重计量员姓名")] [Nullable(true)] [DataLength(30)] public string NetManName { get { return netManName; } set { netManName = value; } } /// /// 净重计量时间(YYYY-MM-DD HH:mm:SS) /// [Description("净重计量时间(YYYY-MM-DD HH:mm:SS)")] [Nullable(true)] public string NetTime { get { return netTime; } set { netTime = value; } } /// /// 净重计量点编号 /// [Description("净重计量点编号")] [Nullable(true)] [DataLength(20)] public string NetSpot3No { get { return netSpot3No; } set { netSpot3No = value; } } /// /// 净重计量点名称 /// [Description("净重计量点名称")] [Nullable(true)] [DataLength(40)] public string NetSpot3Name { get { return netSpot3Name; } set { netSpot3Name = value; } } /// /// 净重班组 /// [Description("净重班组")] [Nullable(true)] [DataLength(20)] public string NetGroup { get { return netGroup; } set { netGroup = value; } } /// /// 结净方式(1:正常结净;2:匹配结净) /// [Description("结净方式(1:正常结净;2:匹配结净)")] [Nullable(true)] [DataLength(1)] public string NetMode { get { return netMode; } set { netMode = value; } } /// /// 状态(0=有效,1=作废 ) /// [Description("状态(0=有效,1=作废 )")] [Nullable(true)] [DataLength(1)] public string ValueFlag { get { return valueFlag; } set { valueFlag = value; } } /// /// 上传状态(0=待审核;1:待上传;2=已上传 ) /// [Description("上传状态(0=待审核;1:待上传;2=已上传 )")] [Nullable(true)] [DataLength(1)] public string UploadFlag { get { return uploadFlag; } set { uploadFlag = value; } } /// /// 审核人编号 /// [Description("审核人编号")] [Nullable(true)] [DataLength(40)] public string CheckManNo { get { return checkManNo; } set { checkManNo = value; } } /// /// 审核人姓名 /// [Description("审核人姓名")] [Nullable(true)] [DataLength(100)] public string CheckManName { get { return checkManName; } set { checkManName = value; } } /// /// 审核时间(YYYY-MM-DD HH:mm:SS) /// [Description("审核时间(YYYY-MM-DD HH:mm:SS)")] [Nullable(true)] public string CheckTime { get { return checkTime; } set { checkTime = value; } } /// /// 上传人编号 /// [Description("上传人编号")] [Nullable(true)] [DataLength(20)] public string UploadManNo { get { return uploadManNo; } set { uploadManNo = value; } } /// /// 上传人姓名 /// [Description("上传人姓名")] [Nullable(true)] [DataLength(100)] public string UploadManName { get { return uploadManName; } set { uploadManName = value; } } /// /// 上传时间(YYYY-MM-DD HH:mm:SS) /// [Description("上传时间(YYYY-MM-DD HH:mm:SS)")] [Nullable(true)] public string UploadTime { get { return uploadTime; } set { uploadTime = value; } } /// /// 附加重量 /// [Description("附加重量")] [Nullable(true)] [DataLength(15)] public decimal? AddWeight { get { return addWeight; } set { addWeight = value; } } /// /// 净重班次 /// [Description("净重班次")] [Nullable(true)] [DataLength(20)] public string NetClass { get { return netClass; } set { netClass = value; } } /// /// 到老系统的同步标识;1=已同步;0=未同步; /// [Description("到老系统的同步标识;1=已同步;0=未同步;")] [Nullable(true)] [DataLength(1)] public string TbFlage { get { return tbFlage; } set { tbFlage = value; } } /// /// 火车车号 /// [Description("火车车号")] [Nullable(true)] [DataLength(20)] public string RailwayNo { get { return railwayNo; } set { railwayNo = value; } } /// /// 修改人编号 /// [Description("修改人编号")] [Nullable(true)] [DataLength(20)] public string UpdateManNo { get { return updateManNo; } set { updateManNo = value; } } /// /// 修改人姓名 /// [Description("修改人姓名")] [Nullable(true)] [DataLength(100)] public string UpdateManName { get { return updateManName; } set { updateManName = value; } } /// /// 修改时间(YYYY-MM-DD HH:mm:SS) /// [Description("修改时间(YYYY-MM-DD HH:mm:SS)")] [Nullable(true)] public string UpdateTime { get { return updateTime; } set { updateTime = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(2000)] public string Memo { get { return memo; } set { memo = value; } } /// /// 炉号 /// [Description("炉号")] [Nullable(true)] [DataLength(100)] public string HeatNo { get { return heatNo; } set { heatNo = value; } } /// /// 发运毛重 /// [Description("发运毛重")] [Nullable(true)] [DataLength(15)] public decimal? ShipmentGrossWeight { get { return shipmentGrossWeight; } set { shipmentGrossWeight = value; } } /// /// 发运净重 /// [Description("发运净重")] [Nullable(true)] [DataLength(15)] public decimal? ShipmentNetWeight { get { return shipmentNetWeight; } set { shipmentNetWeight = value; } } /// /// 发运数量 /// [Description("发运数量")] [Nullable(true)] [DataLength(5)] public decimal? ShipmentNum { get { return shipmentNum; } set { shipmentNum = value; } } /// /// 绑定卡号 /// [Description("绑定卡号")] [Nullable(true)] [DataLength(20)] public string BindCardNo { get { return bindCardNo; } set { bindCardNo = value; } } /// /// 预报类型(0:批次预报;1:单次预报;2:联运预报;3:分检预报) /// [Description("预报类型(0:批次预报;1:单次预报;2:联运预报;3:分检预报)")] [Nullable(true)] [DataLength(1)] public string PredictionType { get { return predictionType; } set { predictionType = value; } } /// /// 预报组合 /// [Description("预报组合")] [Nullable(true)] [DataLength(100)] public string PredictionCombination { get { return predictionCombination; } set { predictionCombination = value; } } /// /// 接口是否读取 0未读取 1已读取 2同步失败 3删除数据 9不同步 /// [Description("接口是否读取 0未读取 1已读取 2同步失败 3删除数据 9不同步")] [Nullable(true)] [DataLength(1)] public string InterRead { get { return interRead; } set { interRead = value; } } /// /// 索引物料名称 /// [Description("索引物料名称")] [Nullable(true)] [DataLength(200)] public string IndexMatterName { get { return indexMatterName; } set { indexMatterName = value; } } /// /// 判定类型编号 /// [Description("判定类型编号")] [Nullable(true)] [DataLength(20)] public string JudgeTypeNo { get { return judgeTypeNo; } set { judgeTypeNo = value; } } /// /// 判定类型名称 /// [Description("判定类型名称")] [Nullable(true)] [DataLength(100)] public string JudgeTypeName { get { return judgeTypeName; } set { judgeTypeName = value; } } /// /// 验收员 /// [Description("验收员")] [Nullable(true)] [DataLength(100)] public string ValidMan { get { return validMan; } set { validMan = value; } } /// /// 扣杂 /// [Description("扣杂")] [Nullable(true)] [DataLength(15)] public decimal? ImpurityWgt { get { return impurityWgt; } set { impurityWgt = value; } } /// /// 扣超长料 /// [Description("扣超长料")] [Nullable(true)] [DataLength(15)] public decimal? LenWgt { get { return lenWgt; } set { lenWgt = value; } } /// /// 扣机铁 /// [Description("扣机铁")] [Nullable(true)] [DataLength(15)] public decimal? FeWgt { get { return feWgt; } set { feWgt = value; } } /// /// 扣轻薄料 /// [Description("扣轻薄料")] [Nullable(true)] [DataLength(15)] public decimal? LightWgt { get { return lightWgt; } set { lightWgt = value; } } /// /// 切损 /// [Description("切损")] [Nullable(true)] [DataLength(15)] public decimal? CutWgt { get { return cutWgt; } set { cutWgt = value; } } /// /// 扣重备注 /// [Description("扣重备注")] [Nullable(true)] [DataLength(200)] public string Meme2 { get { return meme2; } set { meme2 = value; } } /// /// 扣重时间 /// [Description("扣重时间")] [Nullable(true)] public string MinusTime { get { return minusTime; } set { minusTime = value; } } /// /// 扣重人编号 /// [Description("扣重人编号")] [Nullable(true)] [DataLength(20)] public string MinusManNo { get { return minusManNo; } set { minusManNo = value; } } /// /// 扣重人姓名 /// [Description("扣重人姓名")] [Nullable(true)] [DataLength(100)] public string MinusManName { get { return minusManName; } set { minusManName = value; } } /// /// 附加重量架子编码 /// [Description("附加重量架子编码")] [Nullable(true)] [DataLength(200)] public string AddWgtNo { get { return addWgtNo; } set { addWgtNo = value; } } /// /// 附加重量主键 /// [Description("附加重量主键")] [Nullable(true)] [DataLength(200)] public string AddWgtPk { get { return addWgtPk; } set { addWgtPk = value; } } /// /// 毛重车重 /// [Description("毛重车重")] [Nullable(true)] [DataLength(15)] public decimal? GrossCarWeight { get { return grossCarWeight; } set { grossCarWeight = value; } } /// /// 皮重车重 /// [Description("皮重车重")] [Nullable(true)] [DataLength(15)] public decimal? TareCarWeight { get { return tareCarWeight; } set { tareCarWeight = value; } } /// /// 毛重车号 /// [Description("毛重车号")] [Nullable(true)] [DataLength(20)] public string GrossCarNo { get { return grossCarNo; } set { grossCarNo = value; } } /// /// 皮重车号 /// [Description("皮重车号")] [Nullable(true)] [DataLength(20)] public string TareCarNo { get { return tareCarNo; } set { tareCarNo = value; } } /// /// 卸料单位编码 /// [Description("卸料单位编码")] [Nullable(true)] [DataLength(20)] public string UnloadUnitNo { get { return unloadUnitNo; } set { unloadUnitNo = value; } } /// /// 卸料单位 /// [Description("卸料单位")] [Nullable(true)] [DataLength(100)] public string UnloadUnitName { get { return unloadUnitName; } set { unloadUnitName = value; } } /// /// 卸料地点编码 /// [Description("卸料地点编码")] [Nullable(true)] [DataLength(20)] public string UnloadAddrNo { get { return unloadAddrNo; } set { unloadAddrNo = value; } } /// /// 卸料地点 /// [Description("卸料地点")] [Nullable(true)] [DataLength(100)] public string UnloadAddrName { get { return unloadAddrName; } set { unloadAddrName = value; } } /// /// 打印次数 /// [Description("打印次数")] [Nullable(true)] [DataLength(2)] public decimal? PrintCount { get { return printCount; } set { printCount = value; } } /// /// 打印人编号 /// [Description("打印人编号")] [Nullable(true)] [DataLength(20)] public string PrintManNo { get { return printManNo; } set { printManNo = value; } } /// /// 打印人 /// [Description("打印人")] [Nullable(true)] [DataLength(50)] public string PrintManName { get { return printManName; } set { printManName = value; } } /// /// 打印时间 /// [Description("打印时间")] [Nullable(true)] public string PrintTime { get { return printTime; } set { printTime = value; } } /// /// 结算单号 /// [Description("结算单号")] [Nullable(true)] [DataLength(50)] public string SettlementNo { get { return settlementNo; } set { settlementNo = value; } } } }