// This file has been auto generated by EF Core Power Tools. #nullable disable using System; using System.Collections.Generic; namespace rgbc_sds.dal.DB; public partial class sdsShipment { public int id { get; set; } public int? user_id { get; set; } public int supplier_id { get; set; } public string indent_number { get; set; } public string shipshape_number { get; set; } public string mother_vessel { get; set; } public DateTime? eta { get; set; } public string bill_of_entry_number { get; set; } public string container_number { get; set; } public int? port_id { get; set; } public DateTime? container_received { get; set; } public string no_of_flatcases { get; set; } public string voyage { get; set; } public string mbl_number { get; set; } public DateTime? redirect_to_SACD { get; set; } public string clamping_request_file { get; set; } public string supplier_invoice_file { get; set; } public string bill_of_lading_file { get; set; } public string arrival_invoice_file { get; set; } public string arrival_invoice_file2 { get; set; } public string certificate_of_origin_file { get; set; } public string packing_list_file { get; set; } public string dro_to_transport_file { get; set; } public string certificate_of_removal_file { get; set; } public string extended_detention_file { get; set; } public string voc_file { get; set; } public string dept_of_health_inspection_file { get; set; } public string sars_documents_file { get; set; } public string grv_complete_RGBC_file { get; set; } public string grv_edward_snell_file { get; set; } public string accpac_receipts_file { get; set; } public string cancel_reason { get; set; } public string shipment_status { get; set; } public string created_by { get; set; } public DateTime? created_at { get; set; } public string updated_by { get; set; } public DateTime? updated_at { get; set; } public virtual sdsSupplier supplier { get; set; } }