|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace JobYunDang.Model
|
|
|
|
|
{
|
|
|
|
|
public class ydw_terminaloptime
|
|
|
|
|
{
|
|
|
|
|
public string keyid { get; set; }
|
|
|
|
|
public string fkeyid { get; set; }
|
|
|
|
|
public string vslcd { get; set; }
|
|
|
|
|
public string vslname { get; set; }
|
|
|
|
|
public string vslnamecn { get; set; }
|
|
|
|
|
public string voyin { get; set; }
|
|
|
|
|
public string voyout { get; set; }
|
|
|
|
|
public string servicecd { get; set; }
|
|
|
|
|
public string servicename { get; set; }
|
|
|
|
|
public string carriercd { get; set; }
|
|
|
|
|
public string carrier { get; set; }
|
|
|
|
|
public string terminalcd { get; set; }
|
|
|
|
|
public string terminal { get; set; }
|
|
|
|
|
public DateTime? eta { get; set; }
|
|
|
|
|
public DateTime? ata { get; set; }
|
|
|
|
|
public DateTime? atd { get; set; }
|
|
|
|
|
public DateTime? etd { get; set; }
|
|
|
|
|
public DateTime? cyopentime { get; set; }
|
|
|
|
|
public DateTime? fumigationtime { get; set; }
|
|
|
|
|
public DateTime? cyclosetime { get; set; }
|
|
|
|
|
public DateTime? customcutofftime { get; set; }
|
|
|
|
|
public DateTime? cycutofftime { get; set; }
|
|
|
|
|
public DateTime? carriagecutofftime { get; set; }
|
|
|
|
|
public DateTime? cutofftime { get; set; }
|
|
|
|
|
public string remarks { get; set; }
|
|
|
|
|
public DateTime? createtime { get; set; }
|
|
|
|
|
public DateTime? updatetime { get; set; }
|
|
|
|
|
public string berthno { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|