using DS.Module.Core.Data; using SqlSugar; namespace DS.WMS.Core.TaskPlat.Entity { /// /// 任务BC详情表 /// [SugarTable("task_bc_info", "任务BC详情表")] public class TaskBCInfo : BaseModelV2 { /// /// 任务主键 /// [SugarColumn(ColumnDescription = "任务主键", IsNullable = false)] public long TASK_ID { get; set; } /// /// 订舱单位 /// [SugarColumn(ColumnDescription = "订舱单位", IsNullable = true, Length = 100)] public string? BOOKING_PARTY { get; set; } /// /// 业务类型 BookingConfirmation(订舱);BookingAmendment(订舱变更);BookingCancellation(订舱取消) /// [SugarColumn(ColumnDescription = "业务类型 BookingConfirmation(订舱);BookingAmendment(订舱变更);BookingCancellation(订舱取消)", IsNullable = true, Length = 100)] public string? BUSI_TYPE { get; set; } /// /// 发货人 /// [SugarColumn(ColumnDescription = "发货人", IsNullable = true)] public string? SHIPPER { get; set; } /// /// 收货人 /// [SugarColumn(ColumnDescription = "收货人", IsNullable = true)] public string? CONSIGNEE { get; set; } /// /// 通知人 /// [SugarColumn(ColumnDescription = "通知人", IsNullable = true)] public string? NOTIFYPARTY { get; set; } /// /// BC更新次数 /// [SugarColumn(ColumnDescription = "BC更新次数", IsNullable = true)] public int? BC_MODIFY_TIMES { get; set; } /// /// BC更新时间 /// [SugarColumn(ColumnDescription = "BC更新时间", IsNullable = true)] public DateTime? BC_MODIFY_DATE { get; set; } /// /// 主单号 /// [SugarColumn(ColumnDescription = "主单号", IsNullable = true, Length = 64)] public string? MBL_NO { get; set; } /// /// 船名 /// [SugarColumn(ColumnDescription = "船名", IsNullable = true, Length = 30)] public string? VESSEL { get; set; } /// /// 航次 /// [SugarColumn(ColumnDescription = "航次", IsNullable = true, Length = 20)] public string? VOYNO { get; set; } /// /// 船公司 /// [SugarColumn(ColumnDescription = "船公司", IsNullable = true, Length = 50)] public string? CARRIER { get; set; } /// /// 收货地 /// [SugarColumn(ColumnDescription = "收货地", IsNullable = true, Length = 100)] public string? PLACERECEIPT { get; set; } /// /// 装货港主键 /// [SugarColumn(ColumnDescription = "装货港主键", IsNullable = true)] public long? PORTLOAD_ID { get; set; } /// /// 装货港代码 /// [SugarColumn(ColumnDescription = "装货港代码", IsNullable = true, Length = 10)] public string? PORTLOAD_CODE { get; set; } /// /// 装货港 /// [SugarColumn(ColumnDescription = "装货港", IsNullable = true, Length = 120)] public string? PORTLOAD { get; set; } /// /// 卸货港主键 /// [SugarColumn(ColumnDescription = "卸货港主键", IsNullable = true)] public long? PORTDISCHARGE_ID { get; set; } /// /// 卸货港代码 /// [SugarColumn(ColumnDescription = "卸货港代码", IsNullable = true, Length = 10)] public string? PORTDISCHARGE_CODE { get; set; } /// /// 卸货港 /// [SugarColumn(ColumnDescription = "卸货港", IsNullable = true, Length = 120)] public string? PORTDISCHARGE { get; set; } /// /// 卸货港国家代码 /// [SqlSugar.SugarColumn(ColumnDescription = "卸货港国家代码", Length = 10, IsNullable = true)] public string? PORTDISCHARGE_COUNTRY_CODE { get; set; } /// /// 卸货港国家名称 /// [SqlSugar.SugarColumn(ColumnDescription = "卸货港国家名称", Length = 120, IsNullable = true)] public string? PORTDISCHARGE_COUNTRY { get; set; } /// /// 卸货港国家主键 /// [SqlSugar.SugarColumn(ColumnDescription = "卸货港国家主键", IsNullable = true)] public long? PORTDISCHARGE_COUNTRY_ID { get; set; } /// /// 截关时间 /// [SugarColumn(ColumnDescription = "截关时间", IsNullable = true)] public DateTime? CLOSING_DATE { get; set; } /// /// 截VGM时间 /// [SugarColumn(ColumnDescription = "截VGM时间", IsNullable = true)] public DateTime? VGM_CUTOFF_TIME { get; set; } /// /// ETA /// [SugarColumn(ColumnDescription = "ETA", IsNullable = true)] public DateTime? ETA { get; set; } /// /// ETD /// [SugarColumn(ColumnDescription = "ETD", IsNullable = true)] public DateTime? ETD { get; set; } /// /// 交货地 /// [SugarColumn(ColumnDescription = "交货地", IsNullable = true, Length = 100)] public string? PLACEDELIVERY { get; set; } /// /// 目的港ETA /// [SugarColumn(ColumnDescription = "目的港ETA", IsNullable = true)] public DateTime? POD_ETA { get; set; } /// /// 装运方式 /// [SugarColumn(ColumnDescription = "装运方式", IsNullable = true, Length = 50)] public string? SHIPPING_METHOD { get; set; } /// /// 运输条款 /// [SugarColumn(ColumnDescription = "运输条款", IsNullable = true, Length = 50)] public string? SERVICE { get; set; } /// /// 港前运输形态 /// [SugarColumn(ColumnDescription = "港前运输形态", IsNullable = true, Length = 50)] public string? PRETRANS_MODE { get; set; } /// /// 品名 /// [SugarColumn(ColumnDescription = "品名", IsNullable = true)] public string? DESCRIPTION { get; set; } /// /// 签单地点 /// [SugarColumn(ColumnDescription = "签单地点", IsNullable = true, Length = 100)] public string? ISSUEPLACE { get; set; } /// /// 集港码头 /// [SugarColumn(ColumnDescription = "集港码头", IsNullable = true, Length = 100)] public string? COLLECTION_TERMINAL { get; set; } /// /// 约号 /// [SugarColumn(ColumnDescription = "约号", IsNullable = true, Length = 100)] public string? CONTRACTNO { get; set; } /// /// 预付地点 /// [SugarColumn(ColumnDescription = "预付地点", IsNullable = true, Length = 100)] public string? PREPARDAT { get; set; } /// /// 船代 /// [SugarColumn(ColumnDescription = "船代", IsNullable = true, Length = 100)] public string? SHIP_AGENT { get; set; } /// /// 场站 /// [SugarColumn(ColumnDescription = "场站", IsNullable = true, Length = 100)] public string? YARD { get; set; } /// /// 场站联系人 /// [SugarColumn(ColumnDescription = "场站联系人", IsNullable = true, Length = 50)] public string? YARD_CONTACT_USR { get; set; } /// /// 场站联系电话 /// [SugarColumn(ColumnDescription = "场站联系电话", IsNullable = true, Length = 30)] public string? YARD_CONTACT_TEL { get; set; } /// /// 截单时间 /// [SugarColumn(ColumnDescription = "截单时间", IsNullable = true)] public DateTime? CUT_SINGLE_TIME { get; set; } /// /// 一代客服姓名 /// [SugarColumn(ColumnDescription = "一代客服姓名", IsNullable = true, Length = 50)] public string? FST_CUSTOMER_SER_USRNAME { get; set; } /// /// 一代客服电话 /// [SugarColumn(ColumnDescription = "一代客服电话", IsNullable = true, Length = 30)] public string? FST_CUSTOMER_SER_TEL { get; set; } /// /// 一代客服邮箱 /// [SugarColumn(ColumnDescription = "一代客服邮箱", IsNullable = true, Length = 100)] public string? FST_CUSTOMER_SER_EMAIL { get; set; } /// /// 备注1 /// [SugarColumn(ColumnDescription = "备注1", IsNullable = true)] public string? REMARK1 { get; set; } /// /// 截港时间 /// [SugarColumn(ColumnDescription = "截港时间", IsNullable = true)] public DateTime? CY_CUTOFF_TIME { get; set; } /// /// 状态 TEMP-暂存 SUCC-已对应 ERROR-异常 /// [SugarColumn(ColumnDescription = "状态 TEMP-暂存 SUCC-已对应 ERROR-异常", IsNullable = true, Length = 30)] public string? STATUS { get; set; } /// /// 文件MD5 /// [SugarColumn(ColumnDescription = "文件MD5", IsNullable = true, Length = 64)] public string? FILE_MD5 { get; set; } /// /// 最后对应时间,最后关联到订舱日期 /// [SugarColumn(ColumnDescription = "最后对应时间,最后关联到订舱日期", IsNullable = true)] public DateTime? LAST_TOBOOKING_DATE { get; set; } /// /// 来源邮箱 /// [SugarColumn(ColumnDescription = "来源邮箱", IsNullable = true, Length = 100)] public string? FROM_EMAIL { get; set; } /// /// 接收邮箱 /// [SugarColumn(ColumnDescription = "接收邮箱", IsNullable = true, Length = 100)] public string? RECV_EMAIL { get; set; } /// /// 订舱ID,对应成功后,订舱ID写入 /// [SugarColumn(ColumnDescription = "订舱ID,对应成功后,订舱ID写入", IsNullable = true)] public long? BOOKING_ORDER_ID { get; set; } /// /// 舱位主键 /// [SugarColumn(ColumnDescription = "舱位主键", IsNullable = true)] public long? BOOKING_SLOT_ID { get; set; } /// /// 船公司代号 /// [SugarColumn(ColumnDescription = "船公司代号", IsNullable = true, Length = 20)] public string? CARRIERID { get; set; } /// /// 航线代码(船公司) /// [SugarColumn(ColumnDescription = "航线代码(船公司)", IsNullable = true, Length = 40)] public string? LANECODE { get; set; } /// /// 航线名称(船公司) /// [SugarColumn(ColumnDescription = "航线名称(船公司)", IsNullable = true, Length = 100)] public string? LANENAME { get; set; } /// /// 承运方式 DIRECT_SHIP-直达;TRANSFER_SHIP-中转 /// [SugarColumn(ColumnDescription = "承运方式 DIRECT_SHIP-直达;TRANSFER_SHIP-中转", IsNullable = true, Length = 20)] public string? CARRIAGE_TYPE { get; set; } /// /// 承运方式名称 CONTRACT_ORDER-合约订舱;SPOT_ORDER-SPOT订舱 /// [SugarColumn(ColumnDescription = "承运方式名称 CONTRACT_ORDER-合约订舱;SPOT_ORDER-SPOT订舱", IsNullable = true, Length = 40)] public string? CARRIAGE_TYPE_NAME { get; set; } /// /// 订舱方式 CONTRACT_ORDER-合约订舱;SPOT_ORDER-SPOT订舱 /// [SugarColumn(ColumnDescription = "订舱方式 CONTRACT_ORDER-合约订舱;SPOT_ORDER-SPOT订舱", IsNullable = true, Length = 20)] public string? BOOKING_SLOT_TYPE { get; set; } /// /// 订舱方式名称 CONTRACT_ORDER-合约订舱;SPOT_ORDER-SPOT订舱 /// [SugarColumn(ColumnDescription = "订舱方式名称 CONTRACT_ORDER-合约订舱;SPOT_ORDER-SPOT订舱", IsNullable = true, Length = 40)] public string? BOOKING_SLOT_TYPE_NAME { get; set; } /// /// 箱型箱量 /// [SugarColumn(ColumnDescription = "箱型箱量", IsNullable = true, Length = 200)] public string? CTN_STAT { get; set; } /// /// 所在周数 /// [SugarColumn(ColumnDescription = "所在周数", IsNullable = true, Length = 10)] public string? WEEK_AT { get; set; } /// /// 箱使天数 /// [SugarColumn(ColumnDescription = "箱使天数", IsNullable = true)] public int? DETENSION_FREE_DAYS { get; set; } /// /// 样单截止日期 /// [SugarColumn(ColumnDescription = "样单截止日期", IsNullable = true)] public DateTime? SI_CUT_DATE { get; set; } /// /// 舱单截止时间 /// [SugarColumn(ColumnDescription = "舱单截止时间", IsNullable = true)] public DateTime? MANIFEST_CUT_DATE { get; set; } /// /// MDGF提交截止时间 /// [SugarColumn(ColumnDescription = "MDGF提交截止时间", IsNullable = true)] public DateTime? MDGF_CUT_DATE { get; set; } /// /// 中转港1 /// [SugarColumn(ColumnDescription = "中转港1", IsNullable = true, Length = 120)] public string? TRANSFER_PORT_1 { get; set; } /// /// 中转港2 /// [SugarColumn(ColumnDescription = "中转港2", IsNullable = true, Length = 120)] public string? TRANSFER_PORT_2 { get; set; } /// /// 二程船名 /// [SugarColumn(ColumnDescription = "二程船名", IsNullable = true, Length = 32)] public string? SECOND_VESSEL { get; set; } /// /// 二程航次 /// [SugarColumn(ColumnDescription = "二程航次", IsNullable = true, Length = 20)] public string? SECOND_VOYNO { get; set; } /// /// 二程ETD /// [SugarColumn(ColumnDescription = "二程ETD", IsNullable = true)] public DateTime? SECOND_ETD { get; set; } /// /// 二程ETA /// [SugarColumn(ColumnDescription = "二程ETA", IsNullable = true)] public DateTime? SECOND_ETA { get; set; } /// /// 订舱确认时间 /// [SugarColumn(ColumnDescription = "订舱确认时间", IsNullable = true)] public DateTime? BOOKING_COMFIRM_DATE { get; set; } /// /// 批次号 /// [SugarColumn(ColumnDescription = "批次号", IsNullable = true, Length = 64)] public string? BATCH_NO { get; set; } /// /// 客户样单截止日期 /// [SugarColumn(ColumnDescription = "客户样单截止日期", IsNullable = true)] public DateTime? CUSTOM_SI_CUT_DATE { get; set; } /// /// 是否自动转发邮件 1-是 0-否 /// [SugarColumn(ColumnDescription = "是否自动转发邮件 1-是 0-否", IsNullable = true, Length = 1)] public UInt64? IS_SET_AUTO_EMAIL { get; set; } /// /// 是否已发送邮件 1-已发送 0-未发送 /// [SugarColumn(ColumnDescription = "是否已发送邮件 1-已发送 0-未发送", IsNullable = true, Length = 1)] public UInt64? IS_SEND_EMAIL { get; set; } /// /// 比对差异数量 /// [SugarColumn(ColumnDescription = "比对差异数量", IsNullable = true)] public int? DIFF_NUM { get; set; } /// /// 邮件接收人 /// [SugarColumn(ColumnDescription = "邮件接收人", IsNullable = true, Length = 500)] public string? AUTO_SEND_USER { get; set; } /// /// 处理状态 TEMP-待处理,SUCC-处理成功,FAILURE-失败 /// [SugarColumn(ColumnDescription = "处理状态 TEMP-待处理,SUCC-处理成功,FAILURE-失败", IsNullable = true, Length = 20)] public string? PROCESS_STATUS { get; set; } /// /// 处理结果 /// [SugarColumn(ColumnDescription = "处理结果", IsNullable = true, Length = 500)] public string? PROCESS_RESULT { get; set; } /// /// 处理时间 /// [SugarColumn(ColumnDescription = "处理时间", IsNullable = true)] public DateTime? PROCESS_DATE { get; set; } /// /// 计费日期 /// [SugarColumn(ColumnDescription = "计费日期", IsNullable = true)] public DateTime? PRICE_CALCULATION_DATE { get; set; } /// /// 船公司航次 /// [SugarColumn(ColumnDescription = "船公司航次", IsNullable = true, Length = 30)] public string? CARRIER_VOYNO { get; set; } /// /// 温度单位 /// [SugarColumn(ColumnDescription = "温度单位", IsNullable = true, Length = 1)] public string? TEMPERATURE_UNIT { get; set; } /// /// 设置温度 /// [SugarColumn(ColumnDescription = "设置温度", IsNullable = true, Length = 5)] public string? TEMPERATURE_SET { get; set; } /// /// 最低温度 /// [SugarColumn(ColumnDescription = "最低温度", IsNullable = true, Length = 5)] public string? TEMPERATURE_MIN { get; set; } /// /// 最高温度 /// [SugarColumn(ColumnDescription = "最高温度", IsNullable = true, Length = 5)] public string? TEMPERATURE_MAX { get; set; } /// /// Desc:湿度 /// [SugarColumn(ColumnDescription = "湿度", Length = 20, IsNullable = true)] public string? HUMIDITY { get; set; } /// /// 冷藏通风量 /// [SugarColumn(ColumnDescription = "冷藏通风量", IsNullable = true, Length = 10)] public string? REEFER_QUANTITY { get; set; } /// /// 是否已转发客户 1-是 0-否 /// [SugarColumn(ColumnDescription = "是否已转发客户 1-是 0-否", IsNullable = true, Length = 1)] public Nullable IS_TRANSFER_USER { get; set; } /// /// 最后转发客户邮件时间 /// [SugarColumn(ColumnDescription = "最后转发客户邮件时间", IsNullable = true)] public DateTime? LST_TRANSFER_USER_DATE { get; set; } /// /// 最后转发客户邮件结果 /// [SugarColumn(ColumnDescription = "最后转发客户邮件结果", IsNullable = true, Length = 500)] public string? LST_TRANSFER_NOTES { get; set; } /// /// 最后转发客户邮件状态 TEMP-暂存 SUCC-发送成功 FAILURE-发送失败 /// [SugarColumn(ColumnDescription = "最后转发客户邮件状态 TEMP-暂存 SUCC-发送成功 FAILURE-发送失败", IsNullable = true, Length = 20)] public string? LST_STATUS { get; set; } /// /// 最后转发客户邮件状态名称 /// [SugarColumn(ColumnDescription = "最后转发客户邮件状态名称", IsNullable = true, Length = 50)] public string? LST_STATUS_NAME { get; set; } } }