You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/JobYunDang/Model/ydw_linertracking.cs

47 lines
1.7 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JobYunDang.Model
{
public class ydw_linertracking
{
public string keyid { get; set; }
public string blprefix { get; set; }
public string referenceno { get; set; }
public string blno { get; set; }
public string bkgno { get; set; }
public string trfsno { get; set; }
public string ctnrno { get; set; }
public string isctnr { get; set; }
public string bkgvolumn { get; set; }
public string carriercd { get; set; }
public string carrier { get; set; }
public string currentnodeplace { get; set; }
public DateTime? currentnodetime { get; set; }
public string currentnode { get; set; }
public DateTime? updatetime { get; set; }
public DateTime? createtime { get; set; }
public DateTime? endtime { get; set; }
public string pol { get; set; }
public string dtp { get; set; }
public string terminalcd { get; set; }
public string terminal { get; set; }
public string dptloadid { get; set; }
public string vslname { get; set; }
public string voy { get; set; }
public string declarationno { get; set; }
public string agentcd { get; set; }
public string currentvslname { get; set; }
public string currentvoy { get; set; }
public decimal? longtitude { get; set; }
public decimal? latitude { get; set; }
public ydw_billinfo objbillinfo { get; set; }
public ydw_terminaloptime objterminalop { get; set; }
public List<ydw_linertrackingstatus> lstlinertrackingstatus { get; set; }
}
}