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.YdmPipeManage.入库区分
{
///
/// 数据库表YDM_ZC_LOADVEHICLE_MAT所对应的实体类(生成工具:代码生成工具3.0)
/// 作者:LAPTOP-I2IGVKJC 时间:2024-01-29
///
public class YdmZcLoadvehicleMatEntity
{
///
/// 装车序号
///
private string loadvehicleSqe = "";
///
/// 装车单号
///
private string loadvehicleNo = "";
///
/// 提货单号
///
private string billNo = "";
///
/// 理货单号
///
private string tallysheetNo = "";
///
/// 车船号
///
private string vehicleNo = "";
///
/// 合同号
///
private string orderNo = "";
///
/// 合同行号
///
private string orderSeq = "";
///
/// 合同子行号
///
private string orderSeqNo = "";
///
/// 生产合同号
///
private string proOrderNo = "";
///
/// 材料号
///
private string matNo = "";
///
/// 生产批号
///
private string lotNo = "";
///
/// 判定炉号
///
private string judgeStoveNo = "";
///
/// 批号(炉批号)
///
private string batchNo = "";
///
/// 组号(判定有关)--长度、样管(炉批向下)
///
private string groupNo = "";
///
/// 熔炼炉号
///
private string stoveNo = "";
///
/// 物料码
///
private string materialNo = "";
///
/// 物料描叙
///
private string materialName = "";
///
/// 品名代码
///
private string produccode = "";
///
/// 品名描述
///
private string producname = "";
///
/// 标准代码
///
private string stdCode = "";
///
/// 标准名称
///
private string stdName = "";
///
/// 钢种代码
///
private string gradecode = "";
///
/// 钢种名称
///
private string gradename = "";
///
/// 钢级(牌号)代码
///
private string steelcode = "";
///
/// 钢级(牌号)名称
///
private string steelname = "";
///
/// 标准类别代码
///
private string stdStyle = "";
///
/// 标准类别描述(PSL1....)
///
private string stdStyleDesc = "";
///
/// 产品规格代码
///
private string specCode = "";
///
/// 产品规格描述
///
private string specName = "";
///
/// 扣型代码
///
private string modelCode = "";
///
/// 扣型描述
///
private string modelDesc = "";
///
/// 工序代码
///
private string processCdoe = "";
///
/// 工序名称
///
private string processDesc = "";
///
/// 产线代码(机组)
///
private string plineCode = "";
///
/// 产线描述
///
private string plineName = "";
///
/// 外径
///
private decimal? actDimater = null;
///
/// 壁厚
///
private decimal? actHeight = null;
///
/// 长度--废
///
private decimal? actLenTemp = null;
///
/// 长度下限
///
private decimal? actLenMin = null;
///
/// 长度上限
///
private decimal? actLenMax = null;
///
/// 材料支数
///
private decimal? actCount = null;
///
/// 材料实重
///
private decimal? actWeight = null;
///
/// 材料理论重量
///
private decimal? actTheoryWeight = null;
///
/// 综合判定结果代码
///
private string judgeResultCode = "";
///
/// 生产班次
///
private string proBc = "";
///
/// 生产班组
///
private string proBz = "";
///
/// 生产下线时间
///
private string rpoTime = "";
///
/// 发货班次
///
private string senBc = "";
///
/// 发货班组
///
private string senBz = "";
///
/// 发货时间
///
private string senTime = "";
///
/// 默认'X'为无
///
private string zbsBh = "";
///
/// 销售组织(国贸/钢贸/销售公司)
///
private string saleOrg = "";
///
/// 销售组织描述
///
private string saleOrgDesc = "";
///
/// 销售区域
///
private string saleArea = "";
///
/// 库分类代码
///
private string storageTypeNo = "";
///
/// 库分类代码描述
///
private string storageTypeName = "";
///
/// 作业科室代码
///
private string managementNo = "";
///
/// 作业科室名称
///
private string managementName = "";
///
/// WEB发布标志
///
private string uploadWebFlag = "";
///
/// 仓库代码
///
private string storageNo = "";
///
/// 库位代码
///
private string locationNo = "";
///
/// 层号
///
private decimal? laryNo = null;
///
/// 位置
///
private decimal? locNo = null;
///
/// 出厂方式(火车、汽车;船舶)
///
private string transTpe = "";
///
/// 收货单位编码
///
private string receivNo = "";
///
/// 收货单位名称
///
private string receivNm = "";
///
/// 到站编码
///
private string stationNo = "";
///
/// 到站名称
///
private string stationNm = "";
///
/// 专用线编码
///
private string spclLnNo = "";
///
/// 专用线名称
///
private string spclLnNm = "";
///
/// 港口/码头
///
private string portNo = "";
///
/// 出货工厂
///
private string plant = "";
///
/// 出货工厂描述
///
private string plantDesc = "";
///
/// 装运点
///
private string vstel = "";
///
/// 装运点描述
///
private string vstelDesc = "";
///
/// 承运公司代码
///
private string carryCompanyCode = "";
///
/// 承运公司名称
///
private string carryCompanyName = "";
///
/// 出库库区代码
///
private string outStockCode = "";
///
/// 交货点代码
///
private string delivyPlaceCode = "";
///
/// 交货点名称
///
private string delivyPlaceName = "";
///
/// 结算单位编码
///
private string stlmtUnitNo = "";
///
/// 结算单位名称
///
private string stlmtUnitNm = "";
///
/// 出厂时间
///
private string delivyTime = "";
///
/// 备注
///
private string memo = "";
///
/// 有效标志0发运无效;1发运有效;2确认有效,3,传送发运明细到销售和质检
///
private string validflag = "";
///
/// 创建人
///
private string createName = "";
///
/// 创建时间
///
private string createTime = "";
///
/// 修改人
///
private string updateName = "";
///
/// 修改时间
///
private string updateTime = "";
///
/// 删除人
///
private string deleteName = "";
///
/// 删除时间
///
private string deleteTime = "";
///
/// 合同主键
///
private string ordPk = "";
///
/// 合同行主键
///
private string ordLnPk = "";
///
/// 交货行主键
///
private string ordLnDlyPk = "";
///
/// 作业部门代码
///
private string departmentCode = "";
///
/// 作业部门描述
///
private string departmentDesc = "";
///
/// 过磅单号
///
private string ponderNo = "";
///
/// 过磅重量
///
private decimal? ponderGrossWt = null;
///
/// 判定标准
///
private string judgeStdName = "";
///
/// 判定标准代码
///
private string judgeStdCode = "";
///
/// 提单序号
///
private string billNoSeq = "";
///
/// 实发数(米、英尺等
///
private decimal? sendNum = null;
///
/// 加客户库直接出库标志'0否'
///
private string zoutFlag = "";
///
/// 结算日期(年月)例201510
///
private string balYearMonth = "";
///
/// 信用证号
///
private string creditNo = "";
///
/// 港口/码头描述
///
private string portDesc = "";
///
/// 倍尺数
///
private decimal? actFixNum = null;
///
/// 单倍长度
///
private decimal? actFixLen = null;
///
/// 退货标志(1.退货发运,0.正常发运)
///
private string returnFlag = "";
///
/// 成品区分(8017...)
///
private string finishproMold = "";
///
/// 入库区分(8018...)
///
private string inMold = "";
///
/// 原提货单号(退货时写)
///
private string orgBillNo = "";
///
/// 长度
///
private decimal? actLen = null;
///
/// 喷印管号
///
private string measuringSeq = "";
///
/// 入库类型(8022...)
///
private string inType = "";
///
/// 装车序号
///
[Description("装车序号")]
[Nullable(false)]
[DataLength(40)]
public string LoadvehicleSqe
{
get { return loadvehicleSqe; }
set { loadvehicleSqe = value; }
}
///
/// 装车单号
///
[Description("装车单号")]
[Nullable(true)]
[DataLength(22)]
public string LoadvehicleNo
{
get { return loadvehicleNo; }
set { loadvehicleNo = value; }
}
///
/// 提货单号
///
[Description("提货单号")]
[Nullable(true)]
[DataLength(20)]
public string BillNo
{
get { return billNo; }
set { billNo = value; }
}
///
/// 理货单号
///
[Description("理货单号")]
[Nullable(true)]
[DataLength(20)]
public string TallysheetNo
{
get { return tallysheetNo; }
set { tallysheetNo = value; }
}
///
/// 车船号
///
[Description("车船号")]
[Nullable(true)]
[DataLength(20)]
public string VehicleNo
{
get { return vehicleNo; }
set { vehicleNo = value; }
}
///
/// 合同号
///
[Description("合同号")]
[Nullable(true)]
[DataLength(20)]
public string OrderNo
{
get { return orderNo; }
set { orderNo = value; }
}
///
/// 合同行号
///
[Description("合同行号")]
[Nullable(true)]
[DataLength(3)]
public string OrderSeq
{
get { return orderSeq; }
set { orderSeq = value; }
}
///
/// 合同子行号
///
[Description("合同子行号")]
[Nullable(true)]
[DataLength(3)]
public string OrderSeqNo
{
get { return orderSeqNo; }
set { orderSeqNo = value; }
}
///
/// 生产合同号
///
[Description("生产合同号")]
[Nullable(true)]
[DataLength(20)]
public string ProOrderNo
{
get { return proOrderNo; }
set { proOrderNo = value; }
}
///
/// 材料号
///
[Description("材料号")]
[Nullable(true)]
[DataLength(30)]
public string MatNo
{
get { return matNo; }
set { matNo = value; }
}
///
/// 生产批号
///
[Description("生产批号")]
[Nullable(true)]
[DataLength(20)]
public string LotNo
{
get { return lotNo; }
set { lotNo = value; }
}
///
/// 判定炉号
///
[Description("判定炉号")]
[Nullable(true)]
[DataLength(20)]
public string JudgeStoveNo
{
get { return judgeStoveNo; }
set { judgeStoveNo = value; }
}
///
/// 批号(炉批号)
///
[Description("批号")]
[Nullable(true)]
[DataLength(20)]
public string BatchNo
{
get { return batchNo; }
set { batchNo = value; }
}
///
/// 组号(判定有关)--长度、样管(炉批向下)
///
[Description("组号")]
[Nullable(true)]
[DataLength(3)]
public string GroupNo
{
get { return groupNo; }
set { groupNo = value; }
}
///
/// 熔炼炉号
///
[Description("熔炼炉号")]
[Nullable(true)]
[DataLength(20)]
public string StoveNo
{
get { return stoveNo; }
set { stoveNo = value; }
}
///
/// 物料码
///
[Description("物料码")]
[Nullable(true)]
[DataLength(50)]
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(10)]
public string Produccode
{
get { return produccode; }
set { produccode = value; }
}
///
/// 品名描述
///
[Description("品名描述")]
[Nullable(true)]
[DataLength(100)]
public string Producname
{
get { return producname; }
set { producname = value; }
}
///
/// 标准代码
///
[Description("标准代码")]
[Nullable(true)]
[DataLength(10)]
public string StdCode
{
get { return stdCode; }
set { stdCode = value; }
}
///
/// 标准名称
///
[Description("标准名称")]
[Nullable(true)]
[DataLength(256)]
public string StdName
{
get { return stdName; }
set { stdName = value; }
}
///
/// 钢种代码
///
[Description("钢种代码")]
[Nullable(true)]
[DataLength(10)]
public string Gradecode
{
get { return gradecode; }
set { gradecode = value; }
}
///
/// 钢种名称
///
[Description("钢种名称")]
[Nullable(true)]
[DataLength(100)]
public string Gradename
{
get { return gradename; }
set { gradename = value; }
}
///
/// 钢级(牌号)代码
///
[Description("钢级(牌号)代码")]
[Nullable(true)]
[DataLength(10)]
public string Steelcode
{
get { return steelcode; }
set { steelcode = value; }
}
///
/// 钢级(牌号)名称
///
[Description("钢级(牌号)名称")]
[Nullable(true)]
[DataLength(100)]
public string Steelname
{
get { return steelname; }
set { steelname = value; }
}
///
/// 标准类别代码
///
[Description("标准类别代码")]
[Nullable(true)]
[DataLength(20)]
public string StdStyle
{
get { return stdStyle; }
set { stdStyle = value; }
}
///
/// 标准类别描述(PSL1....)
///
[Description("标准类别描述(PSL1....)")]
[Nullable(true)]
[DataLength(50)]
public string StdStyleDesc
{
get { return stdStyleDesc; }
set { stdStyleDesc = value; }
}
///
/// 产品规格代码
///
[Description("产品规格代码")]
[Nullable(true)]
[DataLength(10)]
public string SpecCode
{
get { return specCode; }
set { specCode = value; }
}
///
/// 产品规格描述
///
[Description("产品规格描述")]
[Nullable(true)]
[DataLength(100)]
public string SpecName
{
get { return specName; }
set { specName = value; }
}
///
/// 扣型代码
///
[Description("扣型代码")]
[Nullable(true)]
[DataLength(10)]
public string ModelCode
{
get { return modelCode; }
set { modelCode = value; }
}
///
/// 扣型描述
///
[Description("扣型描述")]
[Nullable(true)]
[DataLength(100)]
public string ModelDesc
{
get { return modelDesc; }
set { modelDesc = value; }
}
///
/// 工序代码
///
[Description("工序代码")]
[Nullable(true)]
[DataLength(10)]
public string ProcessCdoe
{
get { return processCdoe; }
set { processCdoe = value; }
}
///
/// 工序名称
///
[Description("工序名称")]
[Nullable(true)]
[DataLength(50)]
public string ProcessDesc
{
get { return processDesc; }
set { processDesc = value; }
}
///
/// 产线代码(机组)
///
[Description("产线代码(机组)")]
[Nullable(true)]
[DataLength(10)]
public string PlineCode
{
get { return plineCode; }
set { plineCode = value; }
}
///
/// 产线描述
///
[Description("产线描述")]
[Nullable(true)]
[DataLength(50)]
public string PlineName
{
get { return plineName; }
set { plineName = value; }
}
///
/// 外径
///
[Description("外径")]
[Nullable(true)]
[DataLength(5)]
public decimal? ActDimater
{
get { return actDimater; }
set { actDimater = value; }
}
///
/// 壁厚
///
[Description("壁厚")]
[Nullable(true)]
[DataLength(4)]
public decimal? ActHeight
{
get { return actHeight; }
set { actHeight = value; }
}
///
/// 长度--废
///
[Description("长度--废")]
[Nullable(true)]
[DataLength(9)]
public decimal? ActLenTemp
{
get { return actLenTemp; }
set { actLenTemp = value; }
}
///
/// 长度下限
///
[Description("长度下限")]
[Nullable(true)]
[DataLength(5)]
public decimal? ActLenMin
{
get { return actLenMin; }
set { actLenMin = value; }
}
///
/// 长度上限
///
[Description("长度上限")]
[Nullable(true)]
[DataLength(5)]
public decimal? ActLenMax
{
get { return actLenMax; }
set { actLenMax = value; }
}
///
/// 材料支数
///
[Description("材料支数")]
[Nullable(true)]
[DataLength(3)]
public decimal? ActCount
{
get { return actCount; }
set { actCount = value; }
}
///
/// 材料实重
///
[Description("材料实重")]
[Nullable(true)]
[DataLength(9)]
public decimal? ActWeight
{
get { return actWeight; }
set { actWeight = value; }
}
///
/// 材料理论重量
///
[Description("材料理论重量")]
[Nullable(true)]
[DataLength(9)]
public decimal? ActTheoryWeight
{
get { return actTheoryWeight; }
set { actTheoryWeight = value; }
}
///
/// 综合判定结果代码
///
[Description("综合判定结果代码")]
[Nullable(true)]
[DataLength(10)]
public string JudgeResultCode
{
get { return judgeResultCode; }
set { judgeResultCode = value; }
}
///
/// 生产班次
///
[Description("生产班次")]
[Nullable(true)]
[DataLength(1)]
public string ProBc
{
get { return proBc; }
set { proBc = value; }
}
///
/// 生产班组
///
[Description("生产班组")]
[Nullable(true)]
[DataLength(1)]
public string ProBz
{
get { return proBz; }
set { proBz = value; }
}
///
/// 生产下线时间
///
[Description("生产下线时间")]
[Nullable(true)]
public string RpoTime
{
get { return rpoTime; }
set { rpoTime = value; }
}
///
/// 发货班次
///
[Description("发货班次")]
[Nullable(true)]
[DataLength(1)]
public string SenBc
{
get { return senBc; }
set { senBc = value; }
}
///
/// 发货班组
///
[Description("发货班组")]
[Nullable(true)]
[DataLength(1)]
public string SenBz
{
get { return senBz; }
set { senBz = value; }
}
///
/// 发货时间
///
[Description("发货时间")]
[Nullable(true)]
public string SenTime
{
get { return senTime; }
set { senTime = value; }
}
///
/// 默认'X'为无
///
[Description("默认'X'为无")]
[Nullable(true)]
[DataLength(20)]
public string ZbsBh
{
get { return zbsBh; }
set { zbsBh = value; }
}
///
/// 销售组织(国贸/钢贸/销售公司)
///
[Description("销售组织(国贸/钢贸/销售公司)")]
[Nullable(true)]
[DataLength(10)]
public string SaleOrg
{
get { return saleOrg; }
set { saleOrg = value; }
}
///
/// 销售组织描述
///
[Description("销售组织描述")]
[Nullable(true)]
[DataLength(20)]
public string SaleOrgDesc
{
get { return saleOrgDesc; }
set { saleOrgDesc = value; }
}
///
/// 销售区域
///
[Description("销售区域")]
[Nullable(true)]
[DataLength(20)]
public string SaleArea
{
get { return saleArea; }
set { saleArea = value; }
}
///
/// 库分类代码
///
[Description("库分类代码")]
[Nullable(true)]
[DataLength(10)]
public string StorageTypeNo
{
get { return storageTypeNo; }
set { storageTypeNo = value; }
}
///
/// 库分类代码描述
///
[Description("库分类代码描述")]
[Nullable(true)]
[DataLength(20)]
public string StorageTypeName
{
get { return storageTypeName; }
set { storageTypeName = value; }
}
///
/// 作业科室代码
///
[Description("作业科室代码")]
[Nullable(true)]
[DataLength(20)]
public string ManagementNo
{
get { return managementNo; }
set { managementNo = value; }
}
///
/// 作业科室名称
///
[Description("作业科室名称")]
[Nullable(true)]
[DataLength(40)]
public string ManagementName
{
get { return managementName; }
set { managementName = value; }
}
///
/// WEB发布标志
///
[Description("WEB发布标志")]
[Nullable(true)]
[DataLength(1)]
public string UploadWebFlag
{
get { return uploadWebFlag; }
set { uploadWebFlag = value; }
}
///
/// 仓库代码
///
[Description("仓库代码")]
[Nullable(true)]
[DataLength(10)]
public string StorageNo
{
get { return storageNo; }
set { storageNo = value; }
}
///
/// 库位代码
///
[Description("库位代码")]
[Nullable(true)]
[DataLength(16)]
public string LocationNo
{
get { return locationNo; }
set { locationNo = value; }
}
///
/// 层号
///
[Description("层号")]
[Nullable(true)]
[DataLength(2)]
public decimal? LaryNo
{
get { return laryNo; }
set { laryNo = value; }
}
///
/// 位置
///
[Description("位置")]
[Nullable(true)]
[DataLength(2)]
public decimal? LocNo
{
get { return locNo; }
set { locNo = value; }
}
///
/// 出厂方式(火车、汽车;船舶)
///
[Description("出厂方式(火车、汽车;船舶)")]
[Nullable(true)]
[DataLength(10)]
public string TransTpe
{
get { return transTpe; }
set { transTpe = value; }
}
///
/// 收货单位编码
///
[Description("收货单位编码")]
[Nullable(true)]
[DataLength(10)]
public string ReceivNo
{
get { return receivNo; }
set { receivNo = value; }
}
///
/// 收货单位名称
///
[Description("收货单位名称")]
[Nullable(true)]
[DataLength(100)]
public string ReceivNm
{
get { return receivNm; }
set { receivNm = value; }
}
///
/// 到站编码
///
[Description("到站编码")]
[Nullable(true)]
[DataLength(10)]
public string StationNo
{
get { return stationNo; }
set { stationNo = value; }
}
///
/// 到站名称
///
[Description("到站名称")]
[Nullable(true)]
[DataLength(50)]
public string StationNm
{
get { return stationNm; }
set { stationNm = value; }
}
///
/// 专用线编码
///
[Description("专用线编码")]
[Nullable(true)]
[DataLength(20)]
public string SpclLnNo
{
get { return spclLnNo; }
set { spclLnNo = value; }
}
///
/// 专用线名称
///
[Description("专用线名称")]
[Nullable(true)]
[DataLength(100)]
public string SpclLnNm
{
get { return spclLnNm; }
set { spclLnNm = value; }
}
///
/// 港口/码头
///
[Description("港口/码头")]
[Nullable(true)]
[DataLength(20)]
public string PortNo
{
get { return portNo; }
set { portNo = value; }
}
///
/// 出货工厂
///
[Description("出货工厂")]
[Nullable(true)]
[DataLength(10)]
public string Plant
{
get { return plant; }
set { plant = value; }
}
///
/// 出货工厂描述
///
[Description("出货工厂描述")]
[Nullable(true)]
[DataLength(20)]
public string PlantDesc
{
get { return plantDesc; }
set { plantDesc = value; }
}
///
/// 装运点
///
[Description("装运点")]
[Nullable(true)]
[DataLength(10)]
public string Vstel
{
get { return vstel; }
set { vstel = value; }
}
///
/// 装运点描述
///
[Description("装运点描述")]
[Nullable(true)]
[DataLength(30)]
public string VstelDesc
{
get { return vstelDesc; }
set { vstelDesc = value; }
}
///
/// 承运公司代码
///
[Description("承运公司代码")]
[Nullable(true)]
[DataLength(10)]
public string CarryCompanyCode
{
get { return carryCompanyCode; }
set { carryCompanyCode = value; }
}
///
/// 承运公司名称
///
[Description("承运公司名称")]
[Nullable(true)]
[DataLength(50)]
public string CarryCompanyName
{
get { return carryCompanyName; }
set { carryCompanyName = value; }
}
///
/// 出库库区代码
///
[Description("出库库区代码")]
[Nullable(true)]
[DataLength(10)]
public string OutStockCode
{
get { return outStockCode; }
set { outStockCode = value; }
}
///
/// 交货点代码
///
[Description("交货点代码")]
[Nullable(true)]
[DataLength(10)]
public string DelivyPlaceCode
{
get { return delivyPlaceCode; }
set { delivyPlaceCode = value; }
}
///
/// 交货点名称
///
[Description("交货点名称")]
[Nullable(true)]
[DataLength(20)]
public string DelivyPlaceName
{
get { return delivyPlaceName; }
set { delivyPlaceName = value; }
}
///
/// 结算单位编码
///
[Description("结算单位编码")]
[Nullable(true)]
[DataLength(10)]
public string StlmtUnitNo
{
get { return stlmtUnitNo; }
set { stlmtUnitNo = value; }
}
///
/// 结算单位名称
///
[Description("结算单位名称")]
[Nullable(true)]
[DataLength(200)]
public string StlmtUnitNm
{
get { return stlmtUnitNm; }
set { stlmtUnitNm = value; }
}
///
/// 出厂时间
///
[Description("出厂时间")]
[Nullable(true)]
public string DelivyTime
{
get { return delivyTime; }
set { delivyTime = value; }
}
///
/// 备注
///
[Description("备注")]
[Nullable(true)]
[DataLength(200)]
public string Memo
{
get { return memo; }
set { memo = value; }
}
///
/// 有效标志0发运无效;1发运有效;2确认有效,3,传送发运明细到销售和质检
///
[Description("有效标志0发运无效;1发运有效;2确认有效,3,传送发运明细到销售和质检")]
[Nullable(true)]
[DataLength(1)]
public string Validflag
{
get { return validflag; }
set { validflag = value; }
}
///
/// 创建人
///
[Description("创建人")]
[Nullable(true)]
[DataLength(20)]
public string CreateName
{
get { return createName; }
set { createName = value; }
}
///
/// 创建时间
///
[Description("创建时间")]
[Nullable(true)]
public string CreateTime
{
get { return createTime; }
set { createTime = value; }
}
///
/// 修改人
///
[Description("修改人")]
[Nullable(true)]
[DataLength(20)]
public string UpdateName
{
get { return updateName; }
set { updateName = value; }
}
///
/// 修改时间
///
[Description("修改时间")]
[Nullable(true)]
public string UpdateTime
{
get { return updateTime; }
set { updateTime = value; }
}
///
/// 删除人
///
[Description("删除人")]
[Nullable(true)]
[DataLength(20)]
public string DeleteName
{
get { return deleteName; }
set { deleteName = value; }
}
///
/// 删除时间
///
[Description("删除时间")]
[Nullable(true)]
public string DeleteTime
{
get { return deleteTime; }
set { deleteTime = value; }
}
///
/// 合同主键
///
[Description("合同主键")]
[Nullable(true)]
[DataLength(40)]
public string OrdPk
{
get { return ordPk; }
set { ordPk = value; }
}
///
/// 合同行主键
///
[Description("合同行主键")]
[Nullable(true)]
[DataLength(40)]
public string OrdLnPk
{
get { return ordLnPk; }
set { ordLnPk = value; }
}
///
/// 交货行主键
///
[Description("交货行主键")]
[Nullable(true)]
[DataLength(40)]
public string OrdLnDlyPk
{
get { return ordLnDlyPk; }
set { ordLnDlyPk = value; }
}
///
/// 作业部门代码
///
[Description("作业部门代码")]
[Nullable(true)]
[DataLength(20)]
public string DepartmentCode
{
get { return departmentCode; }
set { departmentCode = value; }
}
///
/// 作业部门描述
///
[Description("作业部门描述")]
[Nullable(true)]
[DataLength(40)]
public string DepartmentDesc
{
get { return departmentDesc; }
set { departmentDesc = value; }
}
///
/// 过磅单号
///
[Description("过磅单号")]
[Nullable(true)]
[DataLength(40)]
public string PonderNo
{
get { return ponderNo; }
set { ponderNo = value; }
}
///
/// 过磅重量
///
[Description("过磅重量")]
[Nullable(true)]
[DataLength(9)]
public decimal? PonderGrossWt
{
get { return ponderGrossWt; }
set { ponderGrossWt = value; }
}
///
/// 判定标准
///
[Description("判定标准")]
[Nullable(true)]
[DataLength(200)]
public string JudgeStdName
{
get { return judgeStdName; }
set { judgeStdName = value; }
}
///
/// 判定标准代码
///
[Description("判定标准代码")]
[Nullable(true)]
[DataLength(20)]
public string JudgeStdCode
{
get { return judgeStdCode; }
set { judgeStdCode = value; }
}
///
/// 提单序号
///
[Description("提单序号")]
[Nullable(true)]
[DataLength(30)]
public string BillNoSeq
{
get { return billNoSeq; }
set { billNoSeq = value; }
}
///
/// 实发数(米、英尺等
///
[Description("实发数(米、英尺等")]
[Nullable(true)]
[DataLength(15)]
public decimal? SendNum
{
get { return sendNum; }
set { sendNum = value; }
}
///
/// 加客户库直接出库标志'0否'
///
[Description("加客户库直接出库标志'0否'")]
[Nullable(true)]
[DataLength(1)]
public string ZoutFlag
{
get { return zoutFlag; }
set { zoutFlag = value; }
}
///
/// 结算日期(年月)例201510
///
[Description("结算日期(年月)例201510")]
[Nullable(true)]
[DataLength(6)]
public string BalYearMonth
{
get { return balYearMonth; }
set { balYearMonth = value; }
}
///
/// 信用证号
///
[Description("信用证号")]
[Nullable(true)]
[DataLength(20)]
public string CreditNo
{
get { return creditNo; }
set { creditNo = value; }
}
///
/// 港口/码头描述
///
[Description("港口/码头描述")]
[Nullable(true)]
[DataLength(50)]
public string PortDesc
{
get { return portDesc; }
set { portDesc = value; }
}
///
/// 倍尺数
///
[Description("倍尺数")]
[Nullable(true)]
[DataLength(1)]
public decimal? ActFixNum
{
get { return actFixNum; }
set { actFixNum = value; }
}
///
/// 单倍长度
///
[Description("单倍长度")]
[Nullable(true)]
[DataLength(5)]
public decimal? ActFixLen
{
get { return actFixLen; }
set { actFixLen = value; }
}
///
/// 退货标志(1.退货发运,0.正常发运)
///
[Description("退货标志(1.退货发运,0.正常发运)")]
[Nullable(true)]
[DataLength(1)]
public string ReturnFlag
{
get { return returnFlag; }
set { returnFlag = value; }
}
///
/// 成品区分(8017...)
///
[Description("成品区分(8017...)")]
[Nullable(true)]
[DataLength(10)]
public string FinishproMold
{
get { return finishproMold; }
set { finishproMold = value; }
}
///
/// 入库区分(8018...)
///
[Description("入库区分一级")]
[Nullable(true)]
[DataLength(10)]
public string InMold
{
get { return inMold; }
set { inMold = value; }
}
///
/// 原提货单号(退货时写)
///
[Description("原提货单号(退货时写)")]
[Nullable(true)]
[DataLength(20)]
public string OrgBillNo
{
get { return orgBillNo; }
set { orgBillNo = value; }
}
///
/// 长度
///
[Description("长度")]
[Nullable(true)]
[DataLength(10)]
public decimal? ActLen
{
get { return actLen; }
set { actLen = value; }
}
///
/// 喷印管号
///
[Description("喷印管号")]
[Nullable(true)]
[DataLength(20)]
public string MeasuringSeq
{
get { return measuringSeq; }
set { measuringSeq = value; }
}
///
/// 入库类型(8022...)
///
[Description("入库区分二级")]
[Nullable(true)]
[DataLength(10)]
public string InType
{
get { return inType; }
set { inType = value; }
}
}
}